-
Notifications
You must be signed in to change notification settings - Fork 120
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
win32 extensions #16
Comments
Hi there! Thanks for trying sqlean! Binaries are 64-bit and require a 64-bit SQLite version. If you are using SQLite shell on Windows (sqlite.exe), its 64-bit version is available at https://github.com/nalgeon/sqlite. The 32-bit shell (downloaded from https://sqlite.org/download.html) won't do. |
Thank you very much. Hope other extensions can be hosted over here !👍 |
Glad that you've sorted that out!
This remains a mystery to me either ツ Let me know if there is a specific extension you need — I'll gladly take a look. |
Hi,
thanks for this GREAT initiative!
I haven't been able to load Windows dll extension in SQLite3 shell. I installed
sqlite-tools-win32-x86-<version>.zip
for having the console.I tried to compile with gcc and cl on my own side without success (I'm not proficient in C and less on Windows C toolchain)
Same result with gcc (
gcc.exe -s -O3 -m32 -c -g -shared ./sqlite3-math.c -o ./sqlite3-math.dll
). Compiles but cannot load.Any help on my mistake?
The text was updated successfully, but these errors were encountered: