Re: [sqlite] Where is sqlite3.h?

2007-11-20 Thread A.J.Millan

The sqlite3.h file is in sqlite-source-3_5_2.zip.

That zip can be found in http://www.sqlite.org/download.html

Good luck!


I wanted to build a C app, copied the example C code from the
Documentation on the web site, and downloaded the prebuilt binaries.
There's no header in with the dll and def (for crummy windows).

I tried building the source with MSYS/MinGW, but it didn't work out of
the box.

Any hints?



-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Where is sqlite3.h?

2007-11-19 Thread James Steward
On Tue, 2007-11-20 at 14:23 +1100, James Steward wrote:
> Any hints?

I answer my own question.  I found it in the preprocessed source zip
file.  I hope this will do...

Cheerio.
JS.


-
To unsubscribe, send email to [EMAIL PROTECTED]
-