What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » a question about C++ plugins.

a question about C++ plugins.
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: a question about C++ plugins.
Actually, all DLLs are added to the Registry, but those that explort Initialize() are recorded as such, and Plus! doesn't attempt to load those that don't next time. And it's not just exporting Initialize(), it's exporting 'extern "C" __declspec(dllexport) BOOL __stdcall Initialize(DWORD nVersion, const char *sUserEmail, IDispatch *iMessengerObj)'.

Function signature is very important ;)
[Image: spartaafk.png]
09-13-2005 09:59 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
a question about C++ plugins. - by Ash_ on 09-12-2005 at 10:43 PM
RE: a question about C++ plugins. - by Mnjul on 09-13-2005 at 01:54 AM
RE: RE: a question about C++ plugins. - by segosa on 09-13-2005 at 06:11 AM
RE: a question about C++ plugins. - by Ash_ on 09-13-2005 at 05:48 AM
RE: a question about C++ plugins. - by RaceProUK on 09-13-2005 at 09:59 AM


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