Shane Harrelson
<[EMAIL PROTECTED]> wrote:
> Without creating a .DEF file for MSVC to use, you need to tell it
> which functions to "export".
> The easiest way to do this is with the __declspec(dllexport).

I assumed the OP was doing this. Anyway, __declspec(dllexport) always 
results in a decorated name being exported.

Igor Tandetnik 



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to