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

re.dll for regexp : always error %1 is not a win322 app valid #64

Closed
PMULOT opened this issue Feb 1, 2023 · 4 comments
Closed

re.dll for regexp : always error %1 is not a win322 app valid #64

PMULOT opened this issue Feb 1, 2023 · 4 comments

Comments

@PMULOT
Copy link

PMULOT commented Feb 1, 2023

re.dll and stats.dll are in the right directory , and just loaded from 'sqlean-win-x64'
in sqlite3 : when I type' sqlite > .load re ' or "sqlite> .load stats' , the error message '%1 is not a win322 app valid' is displayed.
In DB Browser for SQLITE , load the re.ddll is OK and then I can use regexp_replace for example. But impossible in sqlite3 command line.
For information, I have NORTON . I don't know if this has any impact ?
Thank in advance.

@nalgeon
Copy link
Owner

nalgeon commented Feb 1, 2023

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.

@PMULOT
Copy link
Author

PMULOT commented Feb 1, 2023 via email

@PMULOT
Copy link
Author

PMULOT commented Feb 2, 2023 via email

@nalgeon
Copy link
Owner

nalgeon commented Feb 2, 2023

Glad you've sorted that out!

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