Re: [gdal-dev] GDAL Open File Help Needed

2020-10-10 Thread Raymond Castonguay
Hi Even, That fixes the C code, thank you very much. But what about the C++ line just below the C++ comment? See the previously  attached debug image window. The “data” class members are corrupted.  I started out with C++, and since it did not work I tried C.  Thank you. Raymond Castonguay 520

[gdal-dev] GDAL Open File Help Needed

2020-10-09 Thread Raymond Castonguay
See code below: I downloaded GDAL 3.x for Windows from the GISInternals website. I have Windows 10 64Bit, Visual Studio 2019 C++ The code below loads a data file after calling GDALAllRegister();There are no runtime or GDAL errors reported.But the header results are incorrect and corrupted. See at