atubar,<br><br>If you can try this with VC++2005, please do. In any case please tell the result here.<br><br>If you can, provide a sample data that gives this error so that the situation to be understood better.<br><br><div class="gmail_quote">
2009/8/6 atubar <span dir="ltr">&lt;<a href="mailto:atubar@126.com">atubar@126.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;">
<div>Hello, I am a freshman in working with Gdal and HDF5 in Visual C++ 2008. I have&nbsp;built essential dlls&nbsp;as those guides said. And I got gdal16.dll, hdf5dll.dll and more.</div>
<div>I set up a project , add include and lib to this project. Then I copy some sample codes to test how gdal and hdf5 works.</div>
<div>These codes below works successfully:</div>
<div>&nbsp;&nbsp;&nbsp; char *pszFormat=&quot;HDF5&quot;;<br>&nbsp;&nbsp;&nbsp; GDALDriver *poDriver = GetGDALDriverManager()-&gt;GetDriverByName(pszFormat);</div>
<div>It returns an non null poDriver.</div>
<div>But when I work with these codes below: </div>
<div>&nbsp;&nbsp;&nbsp; char* filename=&quot;..\\hdf5_test.h5&quot;;<br>&nbsp;&nbsp;&nbsp; GDALDataset *poDataset;<br>&nbsp;&nbsp;&nbsp; poDataset= (GDALDataset *) GDALOpen( filename, GA_ReadOnly);</div>
<div>it occurs an error like this below:</div>
<div>&nbsp;&nbsp; Unhandled exception in **.exe:0xC00000FD:Stack Overflow </div>
<div>How it comes? Is it a bug?What should I do ?</div><br><br><span title="neteasefooter"><hr>
<a href="http://www.yeah.net/?from=footer" target="_blank">没有广告的终身免费邮箱,www.yeah.net</a>
</span><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></blockquote></div><br><br>-- <br>Best regards,<br>Chaitanya kumar CH.<br>