Igor Korot <[email protected]> wrote:
> When I tried to download the precompiled developmental package for
> Windows I saw the sqlite-dll-win32-x86-3071400.zip. However this file
> contains DLL file and no .h.
> 
> Where can I get the headers? Do I need to download amalgamation archive?

Yes. You would also need an import library - a LIB file. You make one as 
described at http://support.microsoft.com/kb/131313 . Simply run this command:

lib /DEF:sqlite.def

LIB tool is found in /bin subfolder of your Visual Studio installation.
-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to