Old 15th September 2001, 22:16   #1
voidstar
Junior Member
 
Join Date: Sep 2001
Posts: 2
Plug-in not registering

Hi,

I have made my own Winamp plug in for a module (somewhere in between .MOD and .MID) format a friend and I have been programming. The plug-in compiles and runs correctly on my computer. However, Winamp doesn't see the plug-in on any other computer.
So, on my computer, I place the plug-in in the winamp/plugins directory, restart Winamp, and it works - I can play my files.
But on other computers, I place the plug-in (in_duh.dll) in the winamp/plugins directory, restart Winamp, but now winamp doesn't show the plug-in in the plug-in list.
We tried flushing hte plugin name cache, and reinstalling Winamp, but nothing seems to help.

We're all using Winamp 2.76.

I am under Win2k, and I compiled it with MSVC 6 pro sp5. The others are under Win98 or Win98SE.
I used the depency finder tool, but the plug-in only relies on kernel32.dll, user32.dll and msvcrt.dll, which are installed on all the computers that have been tested.

Thank you for your help.
voidstar is offline   Reply With Quote
Old 16th September 2001, 13:49   #2
peter
ist death
 
peter's Avatar
 
Join Date: May 2000
Posts: 3,704
link statically to msvcrt (project / settings / c/c++ / code generation / run-time library : multithreaded) or make sure that others have the same version of msvcrt.dll.
peter is offline   Reply With Quote
Old 16th September 2001, 16:48   #3
voidstar
Junior Member
 
Join Date: Sep 2001
Posts: 2
That didn't work
I get the error:
Quote:
LIBCMT.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
For reference, I switched from Debug Multithread DLL to Multithread DLL, and it worked.
Thanks for the help anyway!
voidstar is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Winamp > Winamp Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump