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, but it is more common to use the import library. But even so, the sqlite3.h header file is missing. So the zip-file as such is not useable. Kind regards, Arjen Markus