> -----Message d'origine----- > De : [email protected] [mailto:fpc-devel- > [email protected]] De la part de Sven Barth > Envoyé : vendredi 25 mars 2011 11:23 > À : [email protected] > Objet : Re: [fpc-devel] FPC for Sanos (a minimal Win-32) > > Am 25.03.2011 10:51, schrieb Pierre Free Pascal: > > SetConsoleCtrlHandler is the central function > > used inside Windows RTL to support exceptions on that target... > > Using signals.pp unit might help for this particular problem > > as thread specific exceptions with thread information block > > seems to be supported (but I didn't test it). > > Correct me if I'm wrong, but isn't the central function for this > "SetUnhandledExceptionFilter"?
Whoops, you are right, I made a confusion... But looking at the implementation of that one also seems to be an almost empty implementation: It sets topexcptfilter variable and return previous value, but that variable isn't used anywhere... Pierre _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
