re: Wineg++ and structured exception handling
See http://wiki.winehq.org/CompilerExceptionSupport
Re: Wineg++ and structured exception handling
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