P Kishor wrote:
> so, I have read the tutes on the website, but just wanted to confirm...
>
> I want to take baby steps to including sqlite's capabilities in my
> modeling program. Do I just include sqlite3.h and compile my program
> and magic will happen, or do I need to do something else?
>   

There will be no magic unless you also link a previously compiled sqlite 
library, or also include the sqlite3.c almagamation source code file in 
your project. 

> Using Xcode. The model itself has about 30 or 40 different .c files
> and about a dozen or so .h files.

Just add the sqlite3.c file to your project and include sqlite3.h in 
your source files that call sqlite functions.

HTH
Dennis Cote

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

Reply via email to