2016-05-25 13:35 GMT+02:00 Costache, Catalin <catalin.costa...@vector.com>:
> Hi,
>
> I am using the provided sqlite3.dll from the download section which causes 
> problems in Windows XP.
>
> Our application uses a dynamic dll which is statically linked to sqlite3.dll 
> (32 bit) using a lib generated from the dll and def file. On Windows 7 there 
> is no problem, but on windows XP when the application tries to load the 
> dynamic dll using LoadLibrary I get the error code 127 (ERROR_PROC_NOT_FOUND) 
> and I have no idea what this means. Dependency Walker shows no problem with 
> sqlite3.dll.
>
> Do you know if there are any issues regarding Windows XP?

You could try this build, done with mingw-w64 (32-bit):
   
https://sourceforge.net/projects/cyqlite/files/3.13/sqlite-dll-win32-x86-3130000.zip

Microsoft's latest compilers have known issues with Windows XP

Regards,
    Jan Nijtmans
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to