Dear GDAL community PLEASE help!!!
I am using the latest version of GDAL in this Windows project. GDAL was built on Windows XP, using MSVC8 for this project, then it is statically linked into another library. So bottom line I am using the static version of GDAL that gets linked into another static library, which is then linked into a DLL. This DLL functions a wrapper/interface for Java programs to use GDAL. When the Java sample runs it tries to open up an image then it creates a copy to save back out. This DLL works perfectly for all file formats except for Tif's! When trying to create the copy GDAL has a GPF in the GDAL CreateCopy?(...) method. All other image file formats work, and Tifs work when the lib is used directly bypassing the DLL.
Has anyone else had these problems with GTiff and Tiffs? Thanks in advance!
Steven Matyk
GCS Research
smatyk@gcs-research.com