Shoutbox

Multi-DLL plugins? - 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: Multi-DLL plugins? (/showthread.php?tid=60382)

Multi-DLL plugins? by yagiz.y on 06-10-2006 at 11:19 AM

Has anybody tried to write a plugin that used additional DLLs?

I can't get my plugin working. I am using a plain DLL (non-COM) in addition to the plugin's DLL, but my plugin does not show up in the list in preferences.

Does one have to write COM components to create multi-DLL plugins?

--
Yagiz


RE: Multi-DLL plugins? by CookieRevised on 06-10-2006 at 11:50 AM

You can use whatever you want (including multiple DLLs). It doesn't matter if you call functions from another DLL from inside that main DLL (calling Windows APIs is a nice example. All those Windows APIs are included in other DLLs too).

But the main DLL, the actual DLL which gets loaded by Messenger Plus!, must be programmed in the proper way so it is reconized as a Plus! plugin.

See the plugin documentation and examples:
http://www.msgplus.net/help_plugins.php