2006.01.27 22:18 "[Tiff] (no subject)", by Joel Wilson

2006.01.27 22:52 "Re: [Tiff] MSVC 2005 debug", by Edward Lam

Hi Joel,

You've double checked that you recompiled everything (lib and apps) in debug right? And consistently using either all -MD or all -MDd?

-Edward

Frank et al

I am updating my current version of libtiff and libgeotiff. I am also moving to .net 2005. The libraries compile and run, but if I run a program in debug mode, some files cause a crash. For example geotiffcp will error out when given a 32 bps tiff, if it is built in debug, but not when built with release flags. I have traced it to a validate statement in fstat64.c. It seems to be when it is trying to open the image. In some of my programs I have this same behavior when used on 16 bit images. Any help would be greatly appreciated. Thanks. Joel