-
Hello,
I don´t understand russian, so I don´t know wether this question belongs here.
I am using FPC 2.71 (Lazarus 1.0, ). When I wanted to use Err.pas for exception handling, then I had first to add some procedures to the err.pas (to use enumresourcemodules) but finally the compiler stopped when there was to compile the asm command
JMP system.@raiseexcept
I cannot anywhere find a procedure raiseexcept in system.pas, even in the system.pas that comes with SysDcu7.zip, there is only a procedure _raiseexcept. Do you mean this?
Thanks, P. Nikolaus
-
I think, err.pas is specially for Delphi. For FPC use exceptions in sysutils.pas.
|