Re: [gdal-dev] Need solution for C# setup, with error at OSGeo.OGR registration

2017-08-09 Thread C. Zeng
ou need to have proj.dll in the path so that > gdal.dll will load from the PInvoke. You can use dependency walker to find > other dependencies.* > > > > *From:* gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] *On Behalf Of > *Tamas > Szekeres > *Sent:* Tuesday, Augu

[gdal-dev] Need solution for C# setup, with error at OSGeo.OGR registration

2017-08-01 Thread C. Zeng
​Hello all, I am trying to setup the GDAL in C#.NET 2015, with an error at the registration of the Ogr. A previous post stated the exact same problem but without a solution, I

Re:Re: [gdal-dev] GDAL and JAVA

2010-04-03 Thread zeng
Could you teach me how to solve it??? Thank you very much. zeng 於 2010年3月31日下午11:06 寫道: if you are using windows, put all the *.dll files to $JAVA_HOME/bin/, gdal.jar to $JAVA_HOME/jre/lib/ext/, and add $JAVA_HOME/bin to your system path. It will work. 在2010-03-31 14:25:31,"GongYi

[gdal-dev] gdal ogr with java

2010-03-29 Thread zeng
Hi, buddies I am using gdal 1.7.1 with java banding, I got a problem when I run the follow code, there is no out put message. And I am sure the file exists, I have tried the relative code in c++, it works well. Any one knows why? //ShpTest.java import java.io.IOException; import org.gdal.gd