Re:Re: [gdal-dev] Stack Overflow in gdal with HDF5 using VC2008

2009-08-27 Thread atubar
Today, I download a HDF5 sample data named hicam_catch-gray.re.ice.h5, from opticks which is an open source remote sensing software. Now the stack overflow error does not take place. I wonder that whether all HDF5 files are supported by HDF5dll integrated with gdal. And compiling gdal, which ve

Re: [gdal-dev] Stack Overflow in gdal with HDF5 using VC2008

2009-08-13 Thread Mateusz Loskot
atubar wrote: > Today, I find a computer with VS2005 installed on it. And I build > gdal 1.6.1 with pre-built dlls supplied as package named > win42r4-VS2005-IVF101, hdf5_183_xp32_vs2005_ivf91 from HDFGroup > website. While building, warnings can be ignored, and no error > occurs. > > I copy dlls

Re:Re: [gdal-dev] Stack Overflow in gdal with HDF5 using VC2008

2009-08-13 Thread atubar
Today, I find a computer with VS2005 installed on it. And I build gdal 1.6.1 with pre-built dlls supplied as package named win42r4-VS2005-IVF101, hdf5_183_xp32_vs2005_ivf91 from HDFGroup website. While building, warnings can be ignored, and no error occurs. I copy dlls such as gdal16.dll, hd42

Re: [gdal-dev] Stack Overflow in gdal with HDF5 using VC2008

2009-08-11 Thread Mateusz Loskot
atubar wrote: > I am sorry for that I can not take a test in VC++ 2005, because I > built every essential dll in VC++ 2008, and I now only install VC2008 > on my computer. Will it take any different results if dlls built > with different compiler ? Of course there may be. For instance, linker may

Re:Re: [gdal-dev] Stack Overflow in gdal with HDF5 using VC2008

2009-08-11 Thread atubar
I am sorry for that I can not take a test in VC++ 2005, because I built every essential dll in VC++ 2008, and I now only install VC2008 on my computer. Will it take any different results if dlls built with different compiler ? I simply have a check in local : One with pre-built dlls from HDFGro

Re: [gdal-dev] Stack Overflow in gdal with HDF5 using VC2008

2009-08-07 Thread Chaitanya kumar CH
atubar, If you can try this with VC++2005, please do. In any case please tell the result here. If you can, provide a sample data that gives this error so that the situation to be understood better. 2009/8/6 atubar > Hello, I am a freshman in working with Gdal and HDF5 in Visual C++ 2008. I > h

[gdal-dev] Stack Overflow in gdal with HDF5 using VC2008

2009-08-06 Thread atubar
Hello, I am a freshman in working with Gdal and HDF5 in Visual C++ 2008. I have built essential dlls as those guides said. And I got gdal16.dll, hdf5dll.dll and more. 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. These co