2001.08.28 08:20 "unhandled exception while trying to open a tiff file", by Seydou Wane

2001.08.28 08:20 "unhandled exception while trying to open a tiff file", by Seydou Wane

Hi all,

I'm using the libtiff version v3.5.6 (Beta) under MSVC++ 6.0. I get this following message while trying to open a tiff file with the instruction TIFF* tiff = TiffOpen(myFile,"r"):

Undhandled exception in myAppli.exe (NTDLL.DLL): 0xC0000005: Access violation.

Most of my tiff files work correctly with the instruction above, but others don't. All the files have the same attributs and the same compression algorithm.

May be it is just a bug which has been fixed in the final version. Could someone tell me?