1997.02.10 17:39 "TIFFClose and the Win32 port", by Magnus Mossberg

I am using tiff2dib to load a tiff file into a dib. I then try to delete the tiff file from disk, but fails. Stepping with the debugger from TIFFClose all the way down to CloseHandle gives no errors, but I cant even delete the file using Explorer - If I dont quit my app first, but the thing is that I would like to be able to delete the file from within my program.

Does anyone have an idea about what's wrong?

Thanks,
M. Mossberg