Shoutbox

i have a problem - 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: i have a problem (/showthread.php?tid=37537)

i have a problem by pu2000 on 01-27-2005 at 06:15 AM

i used VB.net sample for MPPlugins. then i used regasm.exe to register .dll. but the Messenger Plus 3 haven't found anything. how can i do.
thinks for your answer.


RE: i have a problem by L. Coyote on 01-27-2005 at 06:35 AM

Have you seen the .reg file that came with the samples?

It should add your plugin to another part of the Registry. You need to edit that .reg file first, of course.

This is the code:

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Patchou\MsgPlus2\RegisteredPlugins]
"Your Plugin"="ProjectName.ClassName"


RE: i have a problem by pu2000 on 01-27-2005 at 06:42 AM

thanks for your help
i have used the install.reg for MPPluginNET to register .dll. but the Messenger Plus 3 can't find MPPluginNET


RE: i have a problem by L. Coyote on 01-27-2005 at 06:49 AM

*-) You placed it in the plugins folder in C:\Program Files\Messenger Plus! 3\Plugins (part in italic depends on your language and your drive), exited MSN Messenger, and it's still not there?

This is a common problem with .NET plugins... At least, I think so. As I had the same problem, and someone else too. :s

I don't know what I did until it was finally there... I think I kept registering the DLL.

Sorry I'm not of much help.


RE: i have a problem by desand on 01-29-2005 at 03:01 PM

Hi, did you return 'true' in the 'Initialize' function?
(I made that mistake...;))