| 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 |
Thread2004.07.01 14:04 "Re: Throwing C++ exceptions from custom error handler", by Eric FielekeI also found a case where a TIFF method can fail but the error handler does not get called. In this case the warning handler did get called (TIFFVSetField returned 0, and I got a warning something like "cannot pass by value to _TIFFVSetField"). This behavior seems inconsistent to me. If a method is going to fail, I'd expect the error handler to get called. If it is going to succeed, I'd expect the error handler to NOT get called (warnings would of course always be OK). tifflib does not always behave this way, however. Just something to consider. |
|||||||