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