I've been looking into using spatialite on Azure. The precompiled binaries at SpatiaLite 2.3.1 are all for x86 and trying to include libspatialite-1.dll of course won't work since Azure requires x64.
Am I just missing something simple, or do I need to try to compile the binaries into a x64 dll? Is that a path I should go down?
Any guidance or link to a tutorial to get SpatiaLite running in Azure would be greatly appreciated.