Shoutbox

registering my plugin - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: registering my plugin (/showthread.php?tid=30104)

registering my plugin by duol90 on 08-18-2004 at 02:18 AM

I've made a plugin, but cant get it to show up on my Plugin menu. Can ne1 tell me how? thnx


RE: registering my plugin by RebelSean on 08-18-2004 at 02:19 AM

Just put the .dll in the Messenger Plus/Plugins folder.


RE: registering my plugin by duol90 on 08-18-2004 at 02:21 AM

umm... it doesnt wurk


RE: registering my plugin by RebelSean on 08-18-2004 at 02:22 AM

Did you restart msn messenger after putting it in the /plugin folder?


RE: registering my plugin by duol90 on 08-18-2004 at 02:23 AM

yes, I've tried that several times.


RE: registering my plugin by Johnny_Mac on 08-18-2004 at 02:25 AM

Then i'd suggest it was a problem with the plugin. Maybe you need to do some problem solving. Or get some help from people here who know stuff about them. :P


RE: registering my plugin by ddunk on 08-18-2004 at 02:25 AM

Go to Start, click run and type:

regsvr32 C:\Program Files\Messenger Plus! 3\Plugins\xxx.dll

Where C is the drtive where Plus! is installed and xxx is the name ofthe dll.


RE: registering my plugin by matty on 08-18-2004 at 02:45 AM

quote:
Originally posted by Ddunk
Go to Start, click run and type:

regsvr32 C:\Program Files\Messenger Plus! 3\Plugins\xxx.dll

Where C is the drtive where Plus! is installed and xxx is the name ofthe dll.
Might I suggest this in the run command instead...

regsvr32 "C:\Program Files\Messenger Plus! 3\Plugins\xxx.dll"


Now depending on the language you wrote the plugin in it will depend on how you register it.

regsvr32 is for Visual Basic

regasm is for C# and VB.Net

C++ Doesn't need registration
RE: registering my plugin by duol90 on 08-18-2004 at 03:42 PM

thnx ppl. I'll try that l8r.

Edit: I get an error saying that windows cant find 'regasm'. see attachment.