Re: Sqlite
- Posted by jimcbrown (admin) Nov 02, 2015
- 1690 views
ChrisB said...
Theoretically, 32 bit sqlite3.dlls should run on 64 bit windows, using the WoW64 system, but it just doesn't seem to. I have tried a 64 bit sqlite.dll that I forund somewhere, and a 64 bit eu, but no go. If you have any success, please let me know.
Cheers
Chris
IIUC that only works with a 32bit eu. It's not possible to use a 32bit dll on a 64bit executable. Unlike the 16/32bit transition, there's no thunking between 32/64bits.