[lazarus] Bugs in lazarus

FoodTechnologist Vasily.Volchenko at mstu.edu.ru
Thu Mar 29 03:12:36 EST 2001


There are (or were 4 days ago) some bugs in Lazarus
1. Ide failed to save form with unit. Error was in line 820
(source[Position], access violation), function ReadRawNextPascalAtom. It
can be temporary (or even at all) corrected by closing the body of
function in try...except end 'brackets'. Then IDE saved files and even
compiled lfm to lrs fine, so forms could be used. I trink, it may be
reasonable to enclose most of methods in try-except end, as some of them
are not stable.
So, if one feature fails, others will still work. I can try to do it,
but I can't be up-to-date.
2. IDE produce good template for source (lpr)(only disadvantage is
absence Application.CreateForm). But after second form loading they are
lost (zero size). May be, it'll be reasonable to open source in editor
juxt after creating it.







More information about the Lazarus mailing list