Re: open_dll for sqlite3 seems not to work..
- Posted by jimcbrown (admin) Mar 10, 2014
- 1798 views
jesito said...
Hi, I'm trying Euphoria 4.1 x86-64 and almost everything seems to run okay. However, when trying some programs that use sqlite3 with the eusqlite wrapper, the open_dll call for opening the sqlite3.dll always return '0'. I run Win7 Pro 64bit, and SQLite 3.8.4
I looked at the downloads page at http://www.sqlite.org/download.html and they only appear to release x86 binaries. They don't seem to have x64 binaries.
You may either have to compile your own sqlite dll for x64, or use Euphoria 4.1 x86 (the 32bit version) with the 32bit sqlite dll.