Thanks for your reply. I set the GDAL_DRIVER_PATH environment variable. And I can execute gdalinfo.exe of C++ version.
In gdalinfo.exe of C# version, I cannot still execute it. So, I tried to execute this command using other format (ex. GTIFF, HFA), it was failed. "ERROR 4: 'gtiff' does not exxist in the file system, and is not recignised as a supported dataset name." Does I need any other settings? Thanks, Sunny Tamas Szekeres wrote: > > Sunny, > > The HDF5 driver is compiled as a plugin. You have to put the corresponding > dll (gdal_HDF5.dll, gdal_HDF5Image.dll) from the /bin/gdal/plugins > directory to the /gdalplugins subdirectory from where your application is > running. > Alternatively you can set the GDAL_DRIVER_PATH environment variable to > point > to the directory where the plugin dll-s are located. > > Best regards, > > Tamas > > > 2009/4/24 Sunny K <[email protected]> > >> >> Hi all, >> >> I installed gdal library (release-1500-x64-gdal-1-6-mapserver-5-2.zip), >> but >> have some problems. >> - Windows vista 64bit >> - Visual Studio 2008 Standard. >> >> I want to process hdf5 file. >> When I executed following command, the error message was printed. >> % gdalinfo hdf5 >> % ERROR 1: --format option given with format 'hdf5', but that format not >> recognised. Use the --formats option to get a list of available formats, >> and use the short code (ie. GTiff or HFA) as the format identifier. >> >> I'd appreciate it if you would tell me some information to solve this >> problem. >> >> Best regards, >> - sunny >> >> -- >> View this message in context: >> http://n2.nabble.com/HDF5-problem-in-VS2008-C--Project-tp2689126p2689126.html >> Sent from the GDAL - Dev mailing list archive at Nabble.com. >> >> _______________________________________________ >> gdal-dev mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/gdal-dev >> > > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev > -- View this message in context: http://n2.nabble.com/HDF5-problem-in-VS2008-C--Project-tp2689126p2691639.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
