>From: john darnell <john.darn...@walsworth.com>
>Date: Mon, 29 Nov 2010 17:10:04 -0600
>
>I just added it to a Visual Studio 8 project, turned off the use of 
>precompiled 
>headers (the project is a C++ project) and compiled the SQLite.c >file without 
>any errors.  Is it really that easy, or am I about ready to be hit by a Mac 
>truck filled with bugaboos?

I believe it is that easy.  I have been using SQLite 3.6.23 and now 3.7.3 with 
VS2008 and VS2010 in both 32 and 64 bit applications for a while now with no 
issues.  I have a number of use case with multiple applications (on same 
machine) in same db file with no issue as long as writer is not too fast.  I 
understand there is a test suite that you can run to test your build of 
sqlite.  
I have never run it.  I only test the feature functionality of my applications 
with the assumption that SQLite will work correctly.  It hasn't let me down yet.

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

Reply via email to