Hello Igor,

Why  don't you download the C and H file from the amalgamation and then
compile  it  into  your program? That's how I do it. No fuss no muss. No
worry about DLL version problems too.

C

Friday, September 21, 2012, 4:40:35 PM, you wrote:

IK> Igor,

IK> 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.

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

IK> Thank you.

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




-- 
Best regards,
 Teg                            mailto:[email protected]

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

Reply via email to