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

32 bit version of windows dll? #14

Closed
cagilla opened this issue Apr 16, 2021 · 3 comments
Closed

32 bit version of windows dll? #14

cagilla opened this issue Apr 16, 2021 · 3 comments

Comments

@cagilla
Copy link

cagilla commented Apr 16, 2021

The sqlite tools package provides only a 32bit windows version of sqlite3.exe. The currently provided dll's look to be 64 bit. Is it possible to have a 32 bit precompiled package for windows?

SQLite version 3.35.4 2021-04-02 15:20:15
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> .load ./vsv
Error: %1 is not a valid Win32 application.

sqlite>
@nalgeon
Copy link
Owner

nalgeon commented Apr 16, 2021

Nope. But you can use 64-bit sqlite3.exe.

@cagilla
Copy link
Author

cagilla commented Apr 16, 2021

great, I did actually try to find a 64 bit version of sqlite3 - and figured it would be harder to get that built. Your version did not come up in my search. Perhaps you could make a note on the readme that the dlls are 64 bit and provide your link? That would have saved a lot of time.

@nalgeon
Copy link
Owner

nalgeon commented Apr 16, 2021

Thanks, that's a great idea. Mentioned it in the readme.

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