SQLite Forum

Initialisation
Login

Initialisation

(1) By jdarocha on 2022-01-24 08:32:51 [link] [source]

Hello,

I hope that someone could help me. When I try lo load the sqlite3.dll library, I get an error 193. I have searched in this forum and the internet but I can't find a response. Can you help me?

Thank you,

Joao

(2) By anonymous on 2022-01-24 09:24:14 in reply to 1 [source]

I get an error 193.

Which function returns that error code?

You should provide example source code that demonstrates the issue.

(3) By Heribert (derhexer) on 2022-01-24 09:40:47 in reply to 1 [link] [source]

If you got this error ERROR_BAD_EXE_FORMAT from LoadLibrary, maybe you are attempting to call a 32-Bit DLL from 64-Bit EXE.