On Wed, Oct 20, 2004 at 10:41:25AM -0200, Rubens Jr. wrote:
> Wich compiler do you recomend to use to compile sqlite3.0.8 in Windows ?

I use VC++ 6.0. 

Unpack the prepared source package, create a blank DLL project, drop all
the .c files except shell.c and tclsqlite.c, all the .h files and the .def
file into it, and build. It should give you ~124 warnings about __Int64 and
sqlite.dll.

Then create another blank Win32 console application project, add shell.c
and the sqlite.lib file built from the previous step, build it and you
should get an sqlite.exe linked against sqlite.dll.

I've also built it using msys, although strangely the generated sqlite3.exe
works on plain cmd.exe but not on msys's bash shell. I only wanted the
Lemon parser-generator anyway so I didn't investigate further.

HTH. Cheers.

-- 
Ng Pheng Siong <[EMAIL PROTECTED]> 
http://sandbox.rulemaker.net/ngps -+- M2Crypto, ZServerSSL for Zope, Blog

Reply via email to