Old 8th July 2001, 16:16   #1
Flight16
Junior Member
 
Join Date: Jul 2001
Posts: 12
Send a message via AIM to Flight16
I was browsing the forums and found a message where a guy's code was all right but his plugin wasn't showing up in winamp's list. He exported the winamp struct and everything, but it still wasn't showing up.

In a reply, somebody suggested checking your linking settings and to manually export that struct (or something like that.. I'm a little new to this DLL stuff), or making sure it was getting linked and exported. ...how is this done in VC++ 6.0? I've tried to search the msdn docs but haven't found anything yet.

Thanks for your time,
Flight16
Flight16 is offline   Reply With Quote
Old 8th July 2001, 16:36   #2
peter
ist death
 
peter's Avatar
 
Join Date: May 2000
Posts: 3,704
bleh

project / settings / root node / link / add "/EXPORT ..." to linker options.
if you have msvc6, straight extern "C" {} + _declspec(dllexport) should work correctly w/o extra linker options.
peter 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