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