Hi,
   I want a statically linked SQlite Library connected to my application.I
am using Visual Studio 2008.I created my own version using the three files
as sqlite3.h,sqlite3.c and sqlite3ext.h.It does creates a Lib file,and i am
getting it linked in to my application, however when i try to make any call
to Sqlite from my application, i get a crash in sqlite3_mutex_enter
function.
I had the same thing working for my previous sqlite version (3_3_13),
although in that vcproj, i was adding in the entire source code under source
files.(sqlite-source-3.3.13.zip)
Is there anything that i missed ?
Regards,
Atul
-- 
View this message in context: 
http://www.nabble.com/how-to-compile-SQlite-3.3.18-in-visual-studio-2008---tp25530675p25530675.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to