What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » [VB] DLL rename problem

[VB] DLL rename problem
Author: Message:
DJmorphine
Junior Member
**

Avatar

Posts: 35
36 / Male / –
Joined: Jun 2004
O.P. [VB] DLL rename problem
ok i created a plugin,  Project Name: "UniCoder" and the object is called "plug"
so far so good, i compile it to the original filename(MPPluginVB.dll) put it in the plugin dir registered the dll with:

install.reg:
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Patchou\MsgPlus2\RegisteredPlugins]
"UniCoder By DJmorphine"="UniCode.plug"

rebooted msn
plugin works fine, BUT when i change the filename to UniCoder.dll OR UniDJmorphine.dll or just a name.  it doenst load any more.

Do i have to change something else somewhere??
06-28-2004 06:36 PM
Profile E-Mail PM Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
RE: [VB] DLL rename problem
I think because it needs you to register it again...
Try registering it again...
YouTube closed-captions ripper (also allows you to download videos!)
06-28-2004 06:42 PM
Profile E-Mail PM Web Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: [VB] DLL rename problem
quote:
Originally posted by Mike2
I think because it needs you to register it again...
Try registering it again...
yep, that may be the problem. When you compile a DLL, VB registers it for you, but if you change its name maybe you need to register it again:

regsvr32 dll_name.dll
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
06-28-2004 06:46 PM
Profile PM Find Quote Report
DJmorphine
Junior Member
**

Avatar

Posts: 35
36 / Male / –
Joined: Jun 2004
O.P. RE: [VB] DLL rename problem
i dont know why that should help because the project name and the object name stay's the same.  but i tried it... and still nothing
06-28-2004 06:48 PM
Profile E-Mail PM Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: [VB] DLL rename problem
then try to compile the with the final name you're going to use ;)

Also, do this: close messenger, unregister the dll (with regsvr32 /u dllname.dll), register it again and start messenger.

Ah, btw, and make sure plus loads the dll in your account (plus > preferences > plugins > you dll should be checked) Maybe your dll did something dodgy and the plus' protection removed it from the list of dlls to load.
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
06-28-2004 06:53 PM
Profile PM Find Quote Report
DJmorphine
Junior Member
**

Avatar

Posts: 35
36 / Male / –
Joined: Jun 2004
O.P. RE: [VB] DLL rename problem
yeah, problem was the saving thingie,... thangs allot!!!
06-28-2004 07:33 PM
Profile E-Mail PM 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