more desperate cries for help...

Alexandre Julliard julliard at winehq.com
Mon Oct 28 16:52:30 CST 2002


Greg Turner <gmturner007 at Ameritech.Net> (by way of Greg Turner <gmturner007 at ameritech.net>) writes:

> o I don't yet know how to properly raise and catch exceptions in
>   wine.  I see some examples, but I don't see any of try/finally,
>   of which I am a big fan and would probably like to use.
>   Is there a guide somewhere on how to do these things?

You can use the macros in include/wine/exception.h. But setting up
exception frames in Wine is quite expensive because the compiler
doesn't do it for us, so you shouldn't use them except where really
necessary for compatibility.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list