See http://wiki.winehq.org/CompilerExceptionSupport
Michael Ost wrote:
> Hi,
>
> Is there a way for wineg++ to catch windows exceptions and handle them
> as g++ does --- cleaning up stack variables, etc?
>
> My C++ winelib app, built with wineg++, is loading Windows DLLs. I want
> to catch windows exceptions from functions that I call from those
Hi,
Is there a way for wineg++ to catch windows exceptions and handle them
as g++ does --- cleaning up stack variables, etc?
My C++ winelib app, built with wineg++, is loading Windows DLLs. I want
to catch windows exceptions from functions that I call from those DLLs.
I need to do some cleanup