Shoutbox

Plugin not loading =/ - 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: Plugin not loading =/ (/showthread.php?tid=13651)

Plugin not loading =/ by optimism_ on 07-25-2003 at 12:48 PM

Hi

I wrote a plugin in c using the template as a guide, and made it work fully on plus 2.20.043. I then upgraded plus to 2.20.053 and it no longer gets loaded. Has there been a change in the way pluigns are installed between these versions and if so how can i get my plugin to load ?

ty in advance
optimism_


RE: Plugin not loading =/ by Whacko on 07-25-2003 at 12:53 PM

yes there were some changes they ARE described in a post here on the forum.


RE: Plugin not loading =/ by optimism_ on 07-25-2003 at 12:53 PM

=/ did look,  couldnt find that post obviously. ill go look again


RE: Plugin not loading =/ by Whacko on 07-25-2003 at 01:02 PM

well the Initialize() function is called in a separate thread to make sure Plus! doesnt crash if a faulty plugin is loaded.

if you create any variables there, i suggest you make them global, cos they will be destroyed, or get lost when the thread is free-ed. maybe that will help you a bit.


RE: Plugin not loading =/ by optimism_ on 07-25-2003 at 01:08 PM

nah, all i do is initialise the sound system. Id never have dreamed of looking 11 pages back for that thread. thanks for the point in the right direction.


RE: Plugin not loading =/ by optimism_ on 07-25-2003 at 01:47 PM

:'(
i downloaded the newest api, converted my source code to the new format and recompiled the dll. I closed msn, copied the dl to the plugins folder and restarted msn. The dll is still not loaded =/


RE: Plugin not loading =/ by Whacko on 07-25-2003 at 02:59 PM

maybe you should paste some code, so other people can take a look at what might be wrong


RE: Plugin not loading =/ by optimism_ on 07-25-2003 at 09:21 PM

That wouldnt help would it =/

i simply copied my blocks of working code from the old API template to the new one and recompiled (with no errors). The DLL simply isnt being loaded it seems