Hello Alexey, Wednesday, September 10, 2003, 5:39:45 PM, you wrote:
ANV> Then add a .def file to your project and exclude any __declspec from the source.
Hell yeah - Man I was stupid to forget such a basic thing! I managed to
get the plugin to function. Thank you for you help.
ANV> Here is the file from BayesIt - you can just change a name to your's:
ANV> ; BayesIt.def : Declares the module parameters for the DLL.
ANV> LIBRARY "BayesIt"
ANV> EXPORTS
ANV> ; Explicit exports can go here
ANV> TBP_Initialize @1
My .def-file looks like as follows:
LIBRARY TBNowPlaying
DESCRIPTION 'TBNowPlaying.dll'
EXPORTS
TBP_Initialize = [EMAIL PROTECTED]
TBP_Finalize = [EMAIL PROTECTED]
BR, Tero
pgp00000.pgp
Description: PGP signature
________________________________________________ http://www.silverstones.com/thebat/TBUDLInfo.html

