Shoutbox

Plug-in newbie... - 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: Plug-in newbie... (/showthread.php?tid=52064)

Plug-in newbie... by Tobiaz on 10-22-2005 at 09:37 AM

Hi at all...
I've got a problem:
I writed (I didn't write it, I used the sample and chanched it a litte bit... ) a plugin. I've done the Registry settings and copied the "MPPluginVB.dll" to my plugin directory.
But PLUS! doesn't use the Sample plugin!

I think, there's an error with the registration of the DLL...
I have to write "regsvr32.exe /s C:\Programme\MessengerPlus! 3\Plugins\mydll.dll". Is that right?

What could be other errors?

I'm from Switzerland. Excuse my bad english!

Thanks

bye


RE: Plug-in newbie... by Ash_ on 10-22-2005 at 09:46 AM

quote:
Originally posted by Tobiaz
I have to write "regsvr32.exe /s C:\Programme\MessengerPlus! 3\Plugins\mydll.dll". Is that right?


shouldn't it be MPPluginVB

after you type that does it work?

i know with computers without the VB Runtimes you have to type that, but im unsure of why it wouldnt work with the runtimes.


hope that helps.


RE: Plug-in newbie... by Tobiaz on 10-22-2005 at 09:53 AM

I have typed that: "regsvr32.exe /s C:\Programme\MessengerPlus! 3\Plugins\MPPluginVB.dll"

I only write a "Syntax" with mydll.dll

But it doesn't work...


Thanks for helping, Ash_


RE: Plug-in newbie... by Mike on 10-22-2005 at 10:06 AM

Try removing the /s parametr and tell us what it says...
Also, make sure you restart msn after installing your plugin :)


RE: Plug-in newbie... by Tobiaz on 10-22-2005 at 10:15 AM

It says: LoadLibary (C:\Programme\MessengerPlus!) fehlgeschlagen - Das angegebene Modul wurde nicht gefunden.

In English: LoadLibary (C:\Programme\MessengerPlus!) failded - The indicated module was not found

What does that mean? How can I repear it?


RE: Plug-in newbie... by Eljay on 10-22-2005 at 11:08 AM

theres a space, "Messenger Plus! 3" not "MessengerPlus! 3"


RE: Plug-in newbie... by TheBlasphemer on 10-22-2005 at 11:44 AM

regsvr32 doesn't accept paths with spaces in it...
try putting the whole filename between "", and if that doesn't work, open a command-prompt, go to the path where the plugin is, and execute it there without the path :)


RE: Plug-in newbie... by (CyBeRDuDe) on 10-22-2005 at 02:07 PM

As TB Mentions:

code:
regsvr32.exe /s "C:\Programme\MessengerPlus! 3\Plugins\MPPluginVB.dll"
Should do the trick....
RE: Plug-in newbie... by ShawnZ on 10-22-2005 at 02:14 PM

quote:
Originally posted by Lee Jeffery
theres a space, "Messenger Plus! 3" not "MessengerPlus! 3"

no there isnt.
RE: Plug-in newbie... by Eljay on 10-22-2005 at 02:15 PM

quote:
Originally posted by ShawnZ
quote:
Originally posted by Lee Jeffery
theres a space, "Messenger Plus! 3" not "MessengerPlus! 3"

no there isnt.

is for me :S

hmm maybe newer versions dont have a space, i never uninstall, just install over, oh well :P
RE: RE: Plug-in newbie... by Tobiaz on 10-22-2005 at 05:00 PM

quote:
Originally posted by TheBlasphemer
... and if that doesn't work, open a command-prompt, go to the path where the plugin is, and execute it there without the path :) ...


How can I do this?

(thanks @ all for helping...)
RE: Plug-in newbie... by TheBlasphemer on 10-22-2005 at 05:38 PM

Click start -> run, type cmd and hit enter, then use DOS commands (like cd) to go to the directory the dll is in. then type regsvr32 thedll.dll


RE: Plug-in newbie... by Tobiaz on 10-22-2005 at 05:49 PM

Thank you. I will try it...

EDIT: Thank you very much! Now it runs... Thanks @ all for helping! Greeeeez