[Bug 14788] Check return codes everywhere

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 7 13:01:55 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14788





--- Comment #2 from Markus Elfring <Markus.Elfring at 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/


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list