Look in the Wiki.
http://www.sqlite.org/cvstrac/wiki?p=HowToCompile 
MSVC and SQLite DLL

LIB /DEF:sqlite.def  is all you really need if you know what you're doing.

-----Original Message-----
From: Asko Kauppi [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 08, 2005 11:59 PM
To: sqlite-users@sqlite.org
Subject: [sqlite] Using SQLite3 under Visual C++


The binary package of SQLite 3.0.8 for Win32 only has the .def and .dll
files.  While this is totally okay for MinGW (gcc) the lack of a .lib import
library creates problems for Visual C++ users.

Am I missing something obvious, or what should I do?  Shouldn't this be a
FAQ item?

-ak

Reply via email to