Hi,
great I will try it!

Cheers,
Tobias
 
> On 4 Aug 2012, at 11:54am, Tobias Giesen <tobiasgie...@gmail.com> wrote:
> 
> > I was able to compile the sqlite3 shell, but how to create the latest
> > dylib, or where can I download it?
> 
> The most accepted way to write an application which uses the sqlite3 API is 
> to include the .c and .h file from the amalgamation version in your project.  
> sqlite3 is tiny.  You don't get much space saved from using it as a dynamic 
> library, and there are all sorts of problems when you have different versions 
> of the same library on your computer.  By compiling the routines into your 
> own applications you know exactly which version each application is working 
> with.
> 
> Simon.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

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

Reply via email to