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
June 2004

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

2004.06.28 13:18 "Throwing C++ exceptions from custom error handler", by Eric Fieleke
2004.06.29 14:22 "Re: Throwing C++ exceptions from custom error handler", by Eric Fieleke
2004.07.01 14:04 "Re: Throwing C++ exceptions from custom error handler", by Eric Fieleke
2004.07.03 10:30 "Re: Throwing C++ exceptions from custom error handler", by Andrey Kiselev

2004.06.29 14:22 "Re: Throwing C++ exceptions from custom error handler", by Eric Fieleke

Answered my own question. A TIFF method can succeed even though the error
handler gets called. TIFFOpen is an example of this.

So to properly implement a C++ wrapper that throws exceptions upon error,
I'll need to check each TIFF method return value explicitly. My other
questions are no longer relevant because I've got to change my approach
anyway.

Eric