AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
November 2000

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

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
2000.11.08 18:09 "Re: Win32 not properly closing files", by <wrmichael@aol.com>
2000.11.09 18:30 "Re: 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.