[fpc-pascal]TRY EXCEPT Bug

Jonas Maebe jonas at zeus.rug.ac.be
Sat Sep 30 23:13:18 CEST 2000


On Sat, 30 Sep 2000, Dirk Verwiebe wrote:

> > We can solve this by not hooking any exceptions anymore by default in the
> > dpmiexcp unit, but I don't know if that's a good solution.
> 
> But how can i now catch such exceptions ?

a) don't use the crt unit
b) edit the dpmiexcp.pp unit and remove the call to "ResetDefaultHandlers"
in the unit initialization section (note that it looks a bit weird,
because the dpmiexcp unit is both used as an include file for the system
unit and as a separate unit)


Jonas





More information about the fpc-pascal mailing list