[gdal-dev] GDAL and C# bindings

2015-01-07 Thread Paul Meems
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

Re: [gdal-dev] GDAL and C# bindings

2015-01-07 Thread Paul Meems
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 *P