Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extension won't load in windows #14

Open
Shtirla opened this issue Oct 22, 2023 · 2 comments
Open

extension won't load in windows #14

Shtirla opened this issue Oct 22, 2023 · 2 comments

Comments

@Shtirla
Copy link

Shtirla commented Oct 22, 2023

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

@x2bool
Copy link
Owner

x2bool commented Oct 29, 2023

Hi!

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.

@Shtirla
Copy link
Author

Shtirla commented Oct 29, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants