What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Problems with adding my home-made Messenger Plus plugin (made from the sample on this site)

Problems with adding my home-made Messenger Plus plugin (made from the sample on this site)
Author: Message:
henrik30000
New Member
*


Posts: 5
34 / Male / –
Joined: May 2005
O.P. Huh?  Problems with adding my home-made Messenger Plus plugin (made from the sample on this site)
Iīve written the file install.reg with the following content
code:
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Patchou\MsgPlus2\RegisteredPlugins]
"VB Sample Plugin"="MPPluginVB.dll"


itīs just like the sample plugin (plus a change, the .dll extension, it wouldnīt work at all otherwise), by the way the original sample didnīt work either, it does appear in the plugin list in the options, but itīs just called by "Not active: " plus itīs filename (MPPluginVB), and non of the functions that I think should be there (from looking in the code) worked... Does anyone know what could be wrong?

btw, I compiled it as an activeX dll, there was no other dll to choose, perhaps I should have compiled it as something else?
05-31-2005 05:51 PM
Profile E-Mail PM Web Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: Problems with adding my home-made Messenger Plus plugin (made from the sample on this site)
you were right to compile it as an activeX dll, but the registry entry consists of this syntax (for vb plugins only!):
code:
projectname.classname
so if your project's name is "mylollorzplugin", and the class is "mppluginclass", then this should be the registry entry:
code:
mylollorzplugin.mppluginclass
05-31-2005 05:56 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Problems with adding my home-made Messenger Plus plugin (made from the sample on this site)
You did read the documentation, didn't you henrik?
[Image: spartaafk.png]
05-31-2005 06:23 PM
Profile PM Web Find Quote Report
henrik30000
New Member
*


Posts: 5
34 / Male / –
Joined: May 2005
O.P. Grin  RE: Problems with adding my home-made Messenger Plus plugin (made from the sample on this site)
Yea I think I read it... not much information there, or perhaps it was just something else.. :P

Thanks for the registry entry help Millenium_edition (Y)
05-31-2005 06:46 PM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Problems with adding my home-made Messenger Plus plugin (made from the sample on this site)
VB plugin install info is in there somewhere, in a Readme or something.
Or maybe Developers.txt in the Plugins folder.
[Image: spartaafk.png]
05-31-2005 07:55 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On