| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread1997.01.08 20:01 "Re: LIBFIFF caused first chance exception in NTDLL.DLL", by Phillip CrewsAt 05:14 PM 1/8/97 GMT, you wrote: > //first chance exception happens here > //when calling CloseHandle() > CloseHandle((HANDLE)map_handle); NT 4.0 generates an exception (which does eventually get handled) when a program closes a file handle that has already been closed. This shouldn't cause any real problems. In one of my projects, I kind of got tired of the messages (due to a different issue, not the TIFF library) and enclosed my CloseHandle call in a try/except block, so that the exception is no longer reported by the debugger. Phillip |
|||||||