2000.11.07 19:59 "Win32 not properly closing files", by Peter Montgomery

2000.11.08 15:56 "Re: Win32 not properly closing files", by Bruno Ledoux

Hi Peter,

I remenber we had the same problem and opened file in unmapped mode(use "ru" instead of "r") to avoid it.

But as I remenber this was not the exact reason for it: I think it was just a problem of preprocessor definitions which where not correct (I think Visual defines WIN32 but the tiff lib wants something like __WIN32__ to be defined) try this and tell me if it works better.

Bruno.