Re: [sqlite] Zip file with prebuilt DLL incomplete

2005-10-20 Thread Arjen Markus
Cory Nelson wrote: > > Indeed it should probably include sqlite3.h, but you are supposed to > generate an import .lib for your compiler using the .def file. VC++ comes > with lib.exe, I'm not sure how you do it with others. > > I know that the GNU compilers have a similar utility - I just have n

Re: [sqlite] Zip file with prebuilt DLL incomplete

2005-10-20 Thread Cory Nelson
Indeed it should probably include sqlite3.h, but you are supposed to generate an import .lib for your compiler using the .def file. VC++ comes with lib.exe, I'm not sure how you do it with others. On 10/20/05, Arjen Markus <[EMAIL PROTECTED]> wrote: > > Hello, > > I downloaded the sqlitedll-3_2_7.

[sqlite] Zip file with prebuilt DLL incomplete

2005-10-20 Thread Arjen Markus
Hello, I downloaded the sqlitedll-3_2_7.zip file the other day to do some initial experiments with SQLite, but it turns out that this zip-file only contains the DLL itself and the definitions file. If I understand it correctly, it is possible to link against the DLL using that definition file,