re: Wineg++ and structured exception handling

2008-10-15 Thread Dan Kegel
See http://wiki.winehq.org/CompilerExceptionSupport

Re: Wineg++ and structured exception handling

2008-10-15 Thread Scott Ritchie
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