Exceptions

Mike Hearn mike at theoretic.com
Wed Aug 27 06:05:10 CDT 2003


I believe structured exception handling is not implemented in Wine (it
requires support from gcc first).

On Wed, 2003-08-27 at 11:50, flyker wrote:
> 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 




More information about the wine-devel mailing list