Page 1 of 1

Runtime Error handling question.

PostPosted: Apr 27, 2004 @ 5:39pm
by kornalius

PostPosted: Apr 28, 2004 @ 2:34pm
by angedelamort

PostPosted: Apr 28, 2004 @ 6:48pm
by kornalius

PostPosted: Apr 28, 2004 @ 6:54pm
by Kzinti

PostPosted: Apr 28, 2004 @ 6:58pm
by kornalius

PostPosted: Apr 29, 2004 @ 11:44am
by kornalius

PostPosted: Apr 29, 2004 @ 2:52pm
by angedelamort

PostPosted: Apr 29, 2004 @ 11:34pm
by kornalius

PostPosted: May 10, 2004 @ 12:12pm
by picard
i have similar problems. with dynamic generated code exception handling doesn't work. i think this is because under arm no additional code is inserted for __try (example x86 changes the fs:[0] pointer. i think). only exceptions information is added to the exception directory of the win32 pe file (for a dynamic code this is obviously missing) and somehow wince finds out from the registers and stack (and from who knows what) where to pass the exception. does anybody know more about this or has some advice?

PostPosted: May 10, 2004 @ 7:03pm
by joshbu [MSFT]

PostPosted: May 11, 2004 @ 2:00am
by kornalius