Exceptions

flyker flyker at everys.com
Wed Aug 27 05:50:14 CDT 2003


Using MSVC i can write

 __try {
     ...
 }
 __except( EXCEPTION_EXECUTE_HANDLER )
 {
    ...
 }

using Winelib i can write

 __TRY {
     ...
 }
 __EXCEPT( ??? )
 {
    ...
 }

what can i use how EXCEPTION_EXECUTE_HANDLER ?

And i can't link this by using -lntdll 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-devel/attachments/20030827/0e510022/attachment.htm


More information about the wine-devel mailing list