Re: [sqlite] Fw: What languages can include SQLite statically?

2010-05-21 Thread Gilles Ganault
On Fri, 21 May 2010 14:46:50 +0200, "A.J.Millan" wrote: >Some time ago I used DevC++ with SQLite (it is a Ligth API that uses the GNU >tool chain), but if your planned target is M$, the definitive choice is >Visual Studio Express. OK, I'll try to install MS VS Express on a test

Re: [sqlite] Fw: What languages can include SQLite statically?

2010-05-21 Thread A.J.Millan
> > Is MS Visual Studio the recommended solution to compile present-day > SQLite, or are there lighter, open-source compilers that I could use > instead? > Some time ago I used DevC++ with SQLite (it is a Ligth API that uses the GNU tool chain), but if your planned target is M$, the definitive

Re: [sqlite] Fw: What languages can include SQLite statically?

2010-05-21 Thread Black, Michael (IS)
. Black Senior Scientist Northrop Grumman Mission Systems From: sqlite-users-boun...@sqlite.org on behalf of Black, Michael (IS) Sent: Fri 5/21/2010 7:30 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] Fw: What languages can include SQLite statically

Re: [sqlite] Fw: What languages can include SQLite statically?

2010-05-21 Thread Jean-Denis Muys
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.

Re: [sqlite] Fw: What languages can include SQLite statically?

2010-05-21 Thread Gilles Ganault
On Fri, 21 May 2010 14:23:04 +0200, "A.J.Millan" 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

[sqlite] Fw: What languages can include SQLite statically?

2010-05-21 Thread A.J.Millan
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