[fpc-devel] Patch: Exception handling without SysUtils

Hans-Peter Diettrich DrDiettrich at compuserve.de
Thu Jul 7 16:21:20 CEST 2005


Yury Sidorov wrote:

> I found that try...except and try...finally do not work if SysUtils unit is
> not used (exception handling code is not called).

This behaviour is compatible with Delphi. It allows to exclude some
procedures from being linked to the executable, when no exception
handling is desired.

DoDi






More information about the fpc-devel mailing list