[VB] DLL rename problem - 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: [VB] DLL rename problem (/showthread.php?tid=27839) [VB] DLL rename problem by DJmorphine on 06-28-2004 at 06:36 PM
ok i created a plugin, Project Name: "UniCoder" and the object is called "plug" RE: [VB] DLL rename problem by Mike on 06-28-2004 at 06:42 PM
I think because it needs you to register it again... RE: [VB] DLL rename problem by Choli on 06-28-2004 at 06:46 PM
quote: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 RE: [VB] DLL rename problem by DJmorphine on 06-28-2004 at 06:48 PM 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 RE: [VB] DLL rename problem by Choli on 06-28-2004 at 06:53 PM
then try to compile the with the final name you're going to use RE: [VB] DLL rename problem by DJmorphine on 06-28-2004 at 07:33 PM yeah, problem was the saving thingie,... thangs allot!!! |