|
|
#1 |
|
Junior Member
|
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 |
|
|
|
|
|
#2 |
|
ist death
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. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|