2004.06.28 13:18 "[Tiff] Throwing C++ exceptions from custom error handler", by Eric Fieleke

2004.06.29 14:22 "RE: [Tiff] 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