All SQLite3 Source code package (preprocessing for Win32) except the latest one (v. 3.3.8) have come with "sqlite3.def" file which I used to build sqlite3.dll (dynamic link library).
Why hasn't the "sqlite3.def" file been added? http://sqlite.org/sqlite-source-3_3_8.zip ... no sqlite3.def All other versions have the "sqlite3.def" file: http://sqlite.org/sqlite-source-3_3_7.zip http://sqlite.org/sqlite-source-3_3_6.zip http://sqlite.org/sqlite-source-3_3_5.zip ... It may be because of FTS 1, but why not just add two "def" files? Can someone provide me the def file so that I can update (& build) my source to v. 3.3.8 ? And please provide the "def" file(s) again with v. 3.3.9, thanks! Best regards, Klemens Friedl ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

