You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
under Windows OS in sqlite tools (sqlite3.exe) it is not possible to load the extension, I tried both dlls under x64, x86 OS, always an error: the application is not x32. I also tried loading via select load_extension('. xlite.dll'); in different interpretations the answer is always - application not found. in sqlitestudio the same picture
The text was updated successfully, but these errors were encountered:
Is SQLite itself compiled for x86 or x64? To help investigate this would you be able to compile 'xlite' - this is as simple as cargo build --release if you have Rust installed on your system.
Unfortunately, I don't use rust, and I have problems with compiling. but I can say that I am using the latest version of the cli from the site sqlite.org sqlite-tools-win32-x86-3430200.zip. The problems may be related to the fact that sqlite.org does not supply an x64 version of the sqlite3.exe console, and my operating system is win7 x64. but on the other hand other sqlite extensions load without problems
under Windows OS in sqlite tools (sqlite3.exe) it is not possible to load the extension, I tried both dlls under x64, x86 OS, always an error: the application is not x32. I also tried loading via select load_extension('. xlite.dll'); in different interpretations the answer is always - application not found. in sqlitestudio the same picture
The text was updated successfully, but these errors were encountered: