Bug report in sqlite.

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu