Re: [gdal-dev] Ogr sqlite spatialite shared caching 2.0.1

2015-12-10 Thread kelly elton
Ah shit. I was trying the sqlite3_ version but I used the wrong case :\ Thanks for the verification and information, it appears to be working. On Thu, Dec 10, 2015 at 1:45 PM wrote: > On Thu, 10 Dec 2015 18:22:09 +0000, kelly elton wrote: > > I'm just trying to figure out how to

[gdal-dev] Ogr sqlite spatialite shared caching 2.0.1

2015-12-10 Thread kelly elton
I'm just trying to figure out how to turn on SQlite/Spatialite shared cache in the latest stable version 2.0.1 Before I would just call SPLite3_enable_shared_cache but apparently that's been deprecated and doesn't exist anymore.(as well as SPLite4_enable_shared_cache) It also appears that SQLite3

Re: [gdal-dev] spatialite linking issues

2015-12-10 Thread kelly elton
Thanks, adding a space and a path to the sqlite_i.lib did the trick On Thu, Dec 10, 2015 at 11:14 AM Even Rouault wrote: > Le jeudi 10 décembre 2015 17:00:12, kelly elton a écrit : > > So I'm building on windows > > > > I downloaded the osgeo4w installer and installe

[gdal-dev] spatialite linking issues

2015-12-10 Thread kelly elton
So I'm building on windows I downloaded the osgeo4w installer and installed the spatialite + sqlite libraries. I uncommitted these two lines SQLITE_INC=-IC:\OSGeo4W\include -DHAVE_SPATIALITE -DSPATIALITE_AMALGAMATION SQLITE_LIB=C:\OSGeo4W\lib\spatialite_i.lib So when compiling now(which was wo

Re: [gdal-dev] Issue with c# bindings

2015-12-09 Thread kelly elton
Alright well I figure that out...Targeted a specific MSVC_VER in csharp.opt On Wed, Dec 9, 2015 at 5:02 PM kelly elton wrote: > I'm getting this error after compiling from source > > Exception thrown: 'System.MethodAccessException' in gdal_csharp.dll > > Addi

[gdal-dev] Issue with c# bindings

2015-12-09 Thread kelly elton
I'm getting this error after compiling from source Exception thrown: 'System.MethodAccessException' in gdal_csharp.dll Additional information: Attempt by security transparent method 'OSGeo.GDAL.Gdal.UseExceptions()' to call native code through method 'OSGeo.GDAL.GdalPINVOKE.UseExceptions()' faile

[gdal-dev] AccessViolation Error

2015-12-01 Thread kelly elton
I've opened up the following ticket https://trac.osgeo.org/gdal/ticket/6250 I've also downloaded the latest development binaries and tried those as well and I get the same result. I'm in #gdal on irc as kellyelton ___ gdal-dev mailing list gdal-dev@list