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.
Is there any preprocesser that i need to set, to support the
multithreading(is guess sqlite3_mutex has to do something with
multithreading ...)?
I had the same thing working for my previous sqlite version (3_6_13),
although in that vcproj, i was adding in the entire source code under source
files.(sqlite-source-3.6.13.zip)
Is there anything that i missed ?
Regards,
Atul
-- 
View this message in context: 
http://www.nabble.com/how-to-use-sqlite-3.6.18-in-visual-studio-2008---tp25530703p25530703.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