[fpc-devel] FPC for Sanos (a minimal Win-32)

Pierre Free Pascal pierre at freepascal.org
Fri Mar 25 11:35:43 CET 2011



> -----Message d'origine-----
> De : fpc-devel-bounces at lists.freepascal.org [mailto:fpc-devel-
> bounces at lists.freepascal.org] De la part de Sven Barth
> Envoyé : vendredi 25 mars 2011 11:23
> À : fpc-devel at lists.freepascal.org
> 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




More information about the fpc-devel mailing list