Re: open_dll for sqlite3 seems not to work..
- Posted by jesito Mar 11, 2014
- 1652 views
Found the problem!
In Win7, the sqlite3.dll shouldn't go in \windows\system32 as stated in the documentation, but in \windows\system. Moved there and everything runs smoothly as it ran before.
Now I have to check with the x86-64 version of Euphoria again.
Regards, Jes.