Re: [sqlite] MSWindows SQLite Compilation

2007-01-10 Thread Doug Currie
On Wednesday, January 10, 2007 Leonardo Mateo wrote: > I'm trying to get an implib from sqlite3.dll to link with. The easiest way to do this with MinGW/MSYS is to use the configure and make tools with the source distribution, e.g., sqlite-3.3.10.tar.gz The instructions on how to do this are in

[sqlite] MSWindows SQLite Compilation

2007-01-10 Thread Leonardo Mateo
Hi guys, I'm trying to get an implib from sqlite3.dll to link with. I'm developing a dll which will use SQLite API, but I'm trying to avoid shipping sqlite3.dll for simplicity. The fact is, I've downloaded sqlite-source-3_3_9.zip and sqlitedll-3_3_9.zip from SQLite web site and, what I'm trying