What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Plugin not loading =/

Plugin not loading =/
Author: Message:
optimism_
Senior Member
****

Avatar
Ctrl+Alt+Del - Tragically l337

Posts: 521
Reputation: 8
37 / Male / –
Joined: Jul 2003
O.P. Plugin not loading =/
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_
07-25-2003 12:48 PM
Profile E-Mail PM Web Find Quote Report
Whacko
Full Member
***

Avatar

Posts: 209
Reputation: 1
40 / Male / –
Joined: Apr 2002
RE: Plugin not loading =/
yes there were some changes they ARE described in a post here on the forum.
I code in:
C
C++
Delphi
Visual Basic
Pascal :P
07-25-2003 12:53 PM
Profile PM Web Find Quote Report
optimism_
Senior Member
****

Avatar
Ctrl+Alt+Del - Tragically l337

Posts: 521
Reputation: 8
37 / Male / –
Joined: Jul 2003
O.P. RE: Plugin not loading =/
=/ did look,  couldnt find that post obviously. ill go look again
07-25-2003 12:53 PM
Profile E-Mail PM Web Find Quote Report
Whacko
Full Member
***

Avatar

Posts: 209
Reputation: 1
40 / Male / –
Joined: Apr 2002
RE: Plugin not loading =/
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.
I code in:
C
C++
Delphi
Visual Basic
Pascal :P
07-25-2003 01:02 PM
Profile PM Web Find Quote Report
optimism_
Senior Member
****

Avatar
Ctrl+Alt+Del - Tragically l337

Posts: 521
Reputation: 8
37 / Male / –
Joined: Jul 2003
O.P. RE: Plugin not loading =/
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.
07-25-2003 01:08 PM
Profile E-Mail PM Web Find Quote Report
optimism_
Senior Member
****

Avatar
Ctrl+Alt+Del - Tragically l337

Posts: 521
Reputation: 8
37 / Male / –
Joined: Jul 2003
O.P. RE: Plugin not loading =/
:'(
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 =/
07-25-2003 01:47 PM
Profile E-Mail PM Web Find Quote Report
Whacko
Full Member
***

Avatar

Posts: 209
Reputation: 1
40 / Male / –
Joined: Apr 2002
RE: Plugin not loading =/
maybe you should paste some code, so other people can take a look at what might be wrong
I code in:
C
C++
Delphi
Visual Basic
Pascal :P
07-25-2003 02:59 PM
Profile PM Web Find Quote Report
optimism_
Senior Member
****

Avatar
Ctrl+Alt+Del - Tragically l337

Posts: 521
Reputation: 8
37 / Male / –
Joined: Jul 2003
O.P. RE: Plugin not loading =/
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
07-25-2003 09:21 PM
Profile E-Mail 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