spasic wrote:
I have some pretty old apps made with Lazarus maybe one year ago.
Now I'm back to those apps, as I would to add some features, but I can't open them in 0.9.24
I get TJITForm errors.

Is this a known issue or you need more details from me to backtrace the source of the problem?

Can it be because I have used the same source files on both Windows and Linux, and that the new 0.9.24 for Win32 have problems with opening files with Linux' line endings?

regards
Boban Spasic aka bobby
Responding to myself.
The problem was in LFM file.
The following properties of TStringGrid caused the problem:
VisibleColCount
VisibleRowCount

In old lfm file I have assigned values to these properties, and it seems that the newer Lazarus expect them to be read only.

regards
Boban Spasic aka bobby

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to