[lazarus] can't open old projects in 0.9.24

2007-11-28 Thread spasic

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

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


Re: [lazarus] can't open old projects in 0.9.24

2007-11-28 Thread spasic

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


Re: [lazarus] can't open old projects in 0.9.24

2007-11-28 Thread Arí Ricardo Ody

I receive this messages too... With a recent project developed using 0.9.22.

[ ]

Ricardo

At 15:51 28/11/2007, you 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

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



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


Re: [lazarus] can't open old projects in 0.9.24

2007-11-28 Thread bobby

I found what was the problem in my case, and I have reported to Bugzilla:
http://www.freepascal.org/mantis/view.php?id=10293

regards
Boban Spasic aka bobby

Arí Ricardo Ody wrote:
I receive this messages too... With a recent project developed using 
0.9.22.


[ ]

Ricardo

At 15:51 28/11/2007, you 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



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


Re: [lazarus] can't open old projects in 0.9.24

2007-11-28 Thread Arí Ricardo Ody

I don't understand what I must do... Go back to 0.9.22?

Cheers

Ricardo

At 16:47 28/11/2007, you wrote:

I found what was the problem in my case, and I have reported to Bugzilla:
http://www.freepascal.org/mantis/view.php?id=10293

regards
Boban Spasic aka bobby

Arí Ricardo Ody wrote:

I receive this messages too... With a recent project developed using 0.9.22.

[ ]

Ricardo

At 15:51 28/11/2007, you 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


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



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


Re: [lazarus] can't open old projects in 0.9.24

2007-11-28 Thread bobby

Arí Ricardo Ody wrote:

I don't understand what I must do... Go back to 0.9.22?

Cheers

Ricardo


No, no. Open the problematic LFM file in text editor or in Lazarus, and 
find the lines which throws this error.

If you find them - delete them.
In Bugzilla I have reported two properties of TStringGrid which need to 
be deleted from LFM file.


regards
Boban



At 16:47 28/11/2007, you wrote:
I found what was the problem in my case, and I have reported to 
Bugzilla:

http://www.freepascal.org/mantis/view.php?id=10293

regards
Boban Spasic aka bobby

Arí Ricardo Ody wrote:
I receive this messages too... With a recent project developed using 
0.9.22.


[ ]

Ricardo

At 15:51 28/11/2007, you 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


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



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



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


Re: [lazarus] can't open old projects in 0.9.24

2007-11-28 Thread Jesus Reyes

--- Arí Ricardo Ody [EMAIL PROTECTED] escribió:

 I don't understand what I must do... Go back to 0.9.22?
 
 Cheers
 
 Ricardo
 
 At 16:47 28/11/2007, you wrote:
 I found what was the problem in my case, and I have reported to
 Bugzilla:
 http://www.freepascal.org/mantis/view.php?id=10293

I updated the bug report, note that it is a duplicate of another one,
follow the link to duplicate bug.

Jesus Reyes A.


  

¡Capacidad ilimitada de almacenamiento en tu correo!
No te preocupes más por el espacio de tu cuenta con Correo Yahoo!:  

http://correo.yahoo.com.mx/

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


Re: [lazarus] can't open old projects in 0.9.24

2007-11-28 Thread bobby




Thanks Jesus,

I have received your comments from Bugzilla.

Is there any chance to make Lazarus fixing this automatically?
Not all the people read bugzilla and this mailing list.

regards
Boban Spasic

Jesus Reyes wrote:

  --- Ar Ricardo Ody [EMAIL PROTECTED] escribi:

  
  
I don't understand what I must do... Go back to 0.9.22?

Cheers

Ricardo

At 16:47 28/11/2007, you wrote:


  I found what was the problem in my case, and I have reported to
  

Bugzilla:


  http://www.freepascal.org/mantis/view.php?id=10293
  

  
  
I updated the bug report, note that it is a duplicate of another one,
follow the link to duplicate bug.

Jesus Reyes A.


  
Capacidad ilimitada de almacenamiento en tu correo!
No te preocupes ms por el espacio de tu cuenta con Correo Yahoo!:  
http://correo.yahoo.com.mx/

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

  





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