[fpc-pascal] exceptions

Rainer Stratmann RainerStratmann at t-online.de
Tue May 26 22:01:21 CEST 2009


The send function causes sometimes an exception (permission denied).

try
 l := send( ... )
except
 l := 0;
end;

This does not work.

The Program always stops in case of an exception. With exitcode 13 (permission 
denied).

What do I have to do that the program continuous execution also when 
exceptions occurs?

Rainer



More information about the fpc-pascal mailing list