On 7 Jul 2010, at 11:54pm, smengl90 wrote:

> Still doesn't work. Do I need the precompiled binaries at all? or including
> sqlite3.c and sqlite3.h found in the amalgamation is enough?

SQLite is distributed as source code.  The two files sqlite3.c and sqlite3.h 
are everything you need to use SQLite: compile them into your application and 
you have full SQLite support: just call the functions listed sqlite3.h in your 
own code.

The precompiled binaries are for those who see SQLite as some sort of external 
library and don't want to include it in their own application.  It's a useful 
alternative for those who want to keep their own app as slim as possible.

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

Reply via email to