Re: [sqlite] Problem loading sqlite3.dll on Windows XP

2016-05-25 Thread Jan Nijtmans
2016-05-25 13:35 GMT+02:00 Costache, Catalin :
> 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-313.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


Re: [sqlite] Problem loading sqlite3.dll on Windows XP

2016-05-25 Thread dandl
> 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?

Did you check all its dependencies? The commonest cause of that error is
some other DLL it couldn't load. Maybe the C runtime library, which has been
updated quite a bit since XP. It certainly wouldn't work on a clean XP
install. Look for MSVCRxx.DLL.

Regards
David M Bennett FACS

Andl - A New Database Language - andl.org





___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users