olk
2010-03-13 18:08:24 UTC
I've some code which creates its own stackframe and does some kine of
context switching (using inline assembler). The code works until the
function of the new context throws an exception. Even if I've installed
an exception handler (try/catch block) I get an unhandled exception
fault (I debugged it with MS VC - catch caluse note entered even not the
catch(...).
I guess on windows some special code is required for my own stackframe
in order to the exception handling correct?!
Any hints are welcome.
Oliver
context switching (using inline assembler). The code works until the
function of the new context throws an exception. Even if I've installed
an exception handler (try/catch block) I get an unhandled exception
fault (I debugged it with MS VC - catch caluse note entered even not the
catch(...).
I guess on windows some special code is required for my own stackframe
in order to the exception handling correct?!
Any hints are welcome.
Oliver