I use Xcode, which is a front end to either clang or gcc. But I usually don't compile SQLite myself as it's a standard part of the OS. I link my code, written in Objective-C, compiled with either compiler, with the OS-provided libraries.
The result is a native application. No muss no fuss. Jean-Denis On 5/21/10 14:26 , "Gilles Ganault" <gilles.gana...@free.fr> wrote: > On Fri, 21 May 2010 14:23:04 +0200, "A.J.Millan" > <a...@zator.com> wrote: >> Due the fact that you already know C and as my 2 cents to the question, >> depending on your requirements, perhaps would have a look to PHP. >> >> As far as I know, you can use directly SQLite from that language and perhaps >> you find it simple to use; easy to port between platforms and direct and >> easy to debug. > > Thanks but I'd like to pack the main application and SQLite into a > single executable, so languages like Python, PHP, etc. aren't good > solutions. > > Is MS Visual Studio the recommended solution to compile present-day > SQLite, or are there lighter, open-source compilers that I could use > instead? > > _______________________________________________ > 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