Igor,

On Fri, Sep 21, 2012 at 5:40 AM, Igor Tandetnik <[email protected]> wrote:
> 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.

Stupid question: why not provide .h and .lib files as well in one
archive along with .dll?
The comment on those files says: This is all that is needed to do the
development.

Thank you.

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

Reply via email to