[lazarus] Bugs in lazarus
FoodTechnologist
Vasily.Volchenko at mstu.edu.ru
Fri Mar 30 00:53:20 EST 2001
> If there were try..excepts you would not found the bug and reported it and
> I would not fixed it. But without them, I fixed it. Therefore I will not
> add try..excepts to code without a raise.
Course, brackets should be like
{$ifndef DEBUG}
try
{$endif}
..........
{$ifndef DEBUG}
except end;
{$endif}
or even
{$ifdef NOCRUSH}
try
{$endif}
..........
{$ifdef NOCRUSH}
except end;
{$endif}
More information about the Lazarus
mailing list