Found the solution myself. When I add the location of gdal as first to my path environment it is working. So it seems my path is not correctly set for PInvoke. It is working now.
I'm now working on getting my C# application run on Ubuntu with MONO. Also a very interesting challenge ;) Paul *Paul Meems * Release manager, configuration manager and forum moderator of MapWindow GIS. www.mapwindow.org Owner of MapWindow.nl - Support for Dutch speaking users. www.mapwindow.nl *The English presentations of the MapWindow GIS Conference 2014 are online. <http://www.slideshare.net/mapwindow>* 2015-01-07 12:08 GMT+01:00 Paul Meems <[email protected]>: > I'm trying the C# bindings but keep running into problems. > I've made the sample project explained here: > http://vipassanaandenvironmentalinformatics.blogspot.nl/2013/03/getting-started-with-c-and-gdal.html > > But when calling Gdal.AllRegister(); I get an exception saying it can't > find gdal_warp.dll. > I have C:\Program Files (x86)\GDAL in my PATH environmental value. > When I open a command line prompt I can run gdalinfo at any location, > meaning the PATH is correct. > gdal_wrap.dll is in C:\Program Files (x86)\GDAL. I've got the binaries > from gisinternals.com (GDAL 1.11.1, released 2014/09/24) > > It looks like PInvoke can't find the dll. What do I need to set to get > this to work? > > Thanks, > > Paul > > *Paul Meems * > Release manager, configuration manager > and forum moderator of MapWindow GIS. > www.mapwindow.org > > Owner of MapWindow.nl - Support for > Dutch speaking users. > www.mapwindow.nl > > > > *The English presentations of the MapWindow GIS Conference 2014 are > online. <http://www.slideshare.net/mapwindow>* >
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
