Hi,
Am Mittwoch, 12. Dezember 2007 schrieb CAVALO SCHMIDT:
> Ok, I'm sending to you a zip file with the Pelles C project, together
> with the database (a small test database, with a key1 with 2 values
> [which doesn't throw errors] and a key2 with six values [which throws the
> error]); note that, in my installation, I put sqlite3.lib and sqlite3.h,
> respectively, in the Lib and in the Include folders inside Pelles C
> installation folder; I included the LIB I created from the DEF in the zip
> file, but it wasn't possible, due to size limitations, to include neither
> the DLL nor the H.

you have to tell the compiler that the calling convention for the callback 
is the same as sqlite expect it to be. The default for windows applications 
is stdcall, but I think it should be cdecl for the lib you use.

HIH
Uwe

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to