You should also add the directories of /bin and /gdal/csharp to your PATH environment, or copy all the dll-s into your executing directory to make it available to load by the application.<br>The gdalinfo csharp example is not equal to the C++ command line tool you have to use the simple form:<br>
<br>gdalinfo {GDAL dataset name}<br><br>Best regards,<br><br>Tamas<br><br><br><br><br><br><div class="gmail_quote">2009/4/24 Sunny K <span dir="ltr">&lt;<a href="mailto:shkwak74@nate.com">shkwak74@nate.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Thanks for your reply.<br>
<br>
I set the GDAL_DRIVER_PATH environment variable.<br>
And I can execute gdalinfo.exe of C++ version.<br>
<br>
In gdalinfo.exe of C# version, I cannot still execute it.<br>
So, I tried to execute this command using other format (ex. GTIFF, HFA), it<br>
was failed.<br>
   &quot;ERROR 4: &#39;gtiff&#39; does not exxist in the file system, and is not<br>
recignised as a supported dataset name.&quot;<br>
<br>
Does I need any other settings?<br>
<br>
Thanks,<br>
Sunny<br>
<div><div></div><div class="h5"><br>
<br>
Tamas Szekeres wrote:<br>
&gt;<br>
&gt; Sunny,<br>
&gt;<br>
&gt; The HDF5 driver is compiled as a plugin. You have to put the corresponding<br>
&gt; dll (gdal_HDF5.dll, gdal_HDF5Image.dll) from the /bin/gdal/plugins<br>
&gt; directory to the /gdalplugins subdirectory from where your application is<br>
&gt; running.<br>
&gt; Alternatively you can set the GDAL_DRIVER_PATH environment variable to<br>
&gt; point<br>
&gt; to the directory where the plugin dll-s are located.<br>
&gt;<br>
&gt; Best regards,<br>
&gt;<br>
&gt; Tamas<br>
&gt;<br>
&gt;<br>
&gt; 2009/4/24 Sunny K &lt;<a href="mailto:shkwak74@nate.com">shkwak74@nate.com</a>&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi all,<br>
&gt;&gt;<br>
&gt;&gt; I installed gdal library (release-1500-x64-gdal-1-6-mapserver-5-2.zip),<br>
&gt;&gt;  but<br>
&gt;&gt; have some problems.<br>
&gt;&gt; -       Windows vista 64bit<br>
&gt;&gt; -       Visual Studio 2008 Standard.<br>
&gt;&gt;<br>
&gt;&gt; I want to process hdf5 file.<br>
&gt;&gt; When I executed following command, the error message was printed.<br>
&gt;&gt; % gdalinfo hdf5<br>
&gt;&gt; % ERROR 1: --format option given with format &#39;hdf5&#39;, but that format not<br>
&gt;&gt; recognised.  Use the --formats option to get a list of available formats,<br>
&gt;&gt; and use the short code (ie. GTiff or HFA) as the format identifier.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;d appreciate it if you would tell me some information to solve this<br>
&gt;&gt; problem.<br>
&gt;&gt;<br>
&gt;&gt; Best regards,<br>
&gt;&gt; - sunny<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; View this message in context:<br>
&gt;&gt; <a href="http://n2.nabble.com/HDF5-problem-in-VS2008-C--Project-tp2689126p2689126.html" target="_blank">http://n2.nabble.com/HDF5-problem-in-VS2008-C--Project-tp2689126p2689126.html</a><br>
&gt;&gt; Sent from the GDAL - Dev mailing list archive at Nabble.com.<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gdal-dev mailing list<br>
&gt;&gt; <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; gdal-dev mailing list<br>
&gt; <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
&gt;<br>
<br>
</div></div><font color="#888888">--<br>
View this message in context: <a href="http://n2.nabble.com/HDF5-problem-in-VS2008-C--Project-tp2689126p2691639.html" target="_blank">http://n2.nabble.com/HDF5-problem-in-VS2008-C--Project-tp2689126p2691639.html</a><br>
</font><div><div></div><div class="h5">Sent from the GDAL - Dev mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</div></div></blockquote></div><br>