Hi, I wish to build SQLite as a dll in Windows. As per the documentation here https://www.sqlite.org/howtocompile.html, I have executed the command cl sqlite3.c -link -dll -out:sqlite3.dll on Visual Studio x86 command prompt.
It seems that the dll built doesn't export any symbols! I checked it using the dumpbin utility. But the dll downloaded from www.sqlite.org exports symbols. How can I build the dll correctly? Thanks, Lloyd _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users