Are both of the same architecture, either 32bit or 64bit?
----- Original Message -----
From: Kyle <[email protected]>
To: [email protected] <[email protected]>
Sent: Tuesday, March 5, 2019, 23:30:35
Subject: [sqlite] Problems loading extensions on Windows 10
I am having problems loading sqlite3 extensions on Windows 10.
I have downloaded both sqlite3 and mod_spatialite.dll (the extension) and
copied them to C:\Windows\System32.
When I run
SELECT load_extension('mod_spatialite')
sqlite returns "Error: the specified module could not be found"
I have also tried
SELECT load_extension('C:\Windows\System32\mod_spatialite.dll')
which returns the same error.
These commands work perfectly fine in Ubuntu and the extension loads with
no problems. What do I need to do differently on Windows?
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users