Bug report in sqlite.
- Posted by ChrisB (moderator) Nov 24, 2016
- 1414 views
Hi
Received an email message from a chap who had downloaded and found a bug in sqlite3.ew
I've found a bug in eusqlite3.ew and don't know how to post it on the forum. Function sqlite_get_table() (line 467 in eusqlite3.ew) is: tmp_ptr_addr += 4 but for 64 bit SQLite should be tmp_ptr_adr += 8
Just a note - sqlite3.ew is 32 bit only, and I have no plans to adapt it to 64 bit - if anyone wishes to do so, then they have my blessing. They may either take over the maintenance, or post the changes to me, and I will update the dropbox set. The 32 bit sqlite dlls run fine on a 64 bit system, if you are using 32 bit eu to call them.
Incidentally, is there a way to programmatically detect whether it is a 32 or 64 bit system the program is running on?
Chris