http://bugs.winehq.org/show_bug.cgi?id=14788
--- Comment #2 from Markus Elfring Markus.Elfring@web.de 2008-08-07 13:01:55 --- Would you like to detect every error situation as early as possible?
I am unsure which approaches will be acceptable in your software to complete error detection and handling. - How do you think about the reaction "exit(errno)" or "abort()"?
- Would you like to reduce the efforts for error code checking by an exception class hierarchy? http://dietmar-kuehl.de/mirror/c++-faq/exceptions.html#faq-17.1 http://cexcept.sourceforge.net/