Hi there!
I am looking for some advice on how to get the configuration named in the topic running.
Currently the attempt to
SELECT load_extension('libspatialite-2.dll');
gives me an "os error 0xc1" while the same program is working flawlessly on the desktop.
Now I think this is because I simply copied the precompiled dlls for windows from the corresponding spatialite distribution over the my apps folder.
Is that correct? Do I need to recompile the wrapper myself? Is there any planned inclusion of the spatilite module?
Thanks for your help!