[fpc-pascal]TRY EXCEPT Question

Dirk Verwiebe dirk at verwiebe.de
Fri Sep 29 21:23:51 CEST 2000


Hello ,

today i used the try except keywords but my program stops  with an
sigsev Signal.

try
  mem[$ffffff]:=0;
except
  writeln('Error');
end;

compiled with Delphi2 switch and sysutils unit .

I tried this stuff a few month ago and i believe it worked.

Whats wrong ?

Can i catch
FPC Page faults,too ?

regards

Dirk Verwiebe







More information about the fpc-pascal mailing list