Re: [sqlite] Problems loading extensions on Windows 10

2019-03-05 Thread Kyle
le > To: sqlite-users@mailinglists.sqlite.org < > sqlite-users@mailinglists.sqlite.org> > 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 downloade

Re: [sqlite] Problems loading extensions on Windows 10

2019-03-05 Thread Thomas Kurz
Are both of the same architecture, either 32bit or 64bit? - Original Message - From: Kyle To: sqlite-users@mailinglists.sqlite.org Sent: Tuesday, March 5, 2019, 23:30:35 Subject: [sqlite] Problems loading extensions on Windows 10 I am having problems loading sqlite3 extensions

Re: [sqlite] Problems loading extensions on Windows 10

2019-03-05 Thread Random Coder
On Tue, Mar 5, 2019 at 2:30 PM Kyle wrote: > 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" Helpfully,

[sqlite] Problems loading extensions on Windows 10

2019-03-05 Thread Kyle
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