Dear SQLite Users,

may i kindly ask again about REGEX pcre DLL for Windows?

Do someone have an idea or even a precompiled DLL which works under sqlite?

Best regards
Martin

-----Urspr?ngliche Nachricht-----
Von: sqlite-users-bounces at mailinglists.sqlite.org
[mailto:sqlite-users-bounces at mailinglists.sqlite.org] Im Auftrag von sonypsx
Gesendet: Mittwoch, 06. Mai 2015 16:55
An: sqlite-users at mailinglists.sqlite.org
Betreff: [sqlite] REGEXP pcre DLL for Windows

Hello,

can somebody me please and provide a working almost recent precompiled
windows dll version of "pcre"  which is capable to load within sqlite3?
I did try hard, found some precompiled ones at
http://www.airesoft.co.uk/pcre.
But they cannot be loaded within sqlite3.  I did the try with the version
8.33. I did tried both 32bit and 64bit version. Of course an older version
produce the same error.
At the end I just show that a working dll (spellfix.dll) is loading fine.

I also tried to compile some pcre versions but I ended up either with errors
while compiling or with the same error found below.
Here is the output of my try: (as I'm using a german version I translated
the error message when try to load that dll)

16.06.2013  00:30           321 536 pcre3.dll
13.03.2015  19:48            33 792 spellfix.dll
13.03.2015  20:07           566 272 sqlite3.exe
03.05.2015  02:22           305 152 test2.s3db

c:\sqlite.test>sqlite3.exe

SQLite version 3.8.8.3 2015-02-25 13:29:11
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> .open test2.s3db
sqlite> .load pcre3.dll
Error: Cannot find the procedure
sqlite> .load spellfix.dll
sqlite>

Best regards
Martin

_______________________________________________
sqlite-users mailing list
sqlite-users at mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to