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"?
Regards, Sven _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
