[gdal-dev] c# interface

2013-04-04 Thread Tom Finegan
Well, I figured out my one issue where Ogr.Open() was returning a null dataset. This was because I had not called OSGeo.OGR.Ogr.RegisterAll(). I had mistakenly called OSGeo.GDAL.Gdal.AllRegister() instead, which does not register the OGR drivers. Without an OGR driver registered, Ogr was not abl

[gdal-dev] c# interface

2013-04-04 Thread Tom Finegan
Hello, I was able to build the c# interface dll-s using swig 1.3.39. gdal_csharp, ogr_csharp and osr_csharp.dll all register successfully and I referenced them in my c# project, however I have 2 questions: 1. When I register the dlls, I get a dialog asking me which ArcGIS Installation to use. W