<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Reenen Laurie escribió:
<blockquote
 cite="mid:3155cc510808080408j12790884t85f311532e2641bd@mail.gmail.com"
 type="cite">
  <div dir="ltr">I've found the LCL Version thing too... And it
frustrates me...  Because I have one PC I have SVN on, and one old
0.9.24 version.  If I want to edit a project after I've worked on the
SVN, I've got to reopen all my .lfm's and remove it.<br>
  <br>
Can we make that it doesn't add it to EXISTING forms, and only add it
to new forms?<br>
  <br>
Regards,<br>
-Reenen<br>
  <br>
  <br>
  <br>
  <div class="gmail_quote">On Fri, Aug 8, 2008 at 9:33 AM, Mattias
Gärtner <span dir="ltr"><<a moz-do-not-send="true"
 href="mailto:nc-gaertnma@netcologne.de">nc-gaertnma@netcologne.de</a>></span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Zitat
von Peter Williams <<a moz-do-not-send="true"
 href="mailto:pewtas@gmail.com">pewtas@gmail.com</a>>:<br>
    <br>
> Hi Mattias and Lazarus ppl,<br>
><br>
> When attempting to open form "Thelpdialogform" I get this error:<br>
><br>
> Error reading TJITForms<br>
> TJITForms::Thelpdialogform<br>
> Error reading Thelpdialogform.LCL Version: Unknown property:
"LCLVersion"<br>
> [Continue loading] [Cancel loading this resource] [Stop all
loading]<br>
> (3 buttons)<br>
><br>
> Runtime error:<br>
><br>
> Error<br>
> Project raised exception class 'EReadError' with message:<br>
> Unknown property: "LCLVersion"<br>
> [OK] <-- button to close message window<br>
><br>
> I get this runtime error, on line 2708 of LResources<br>
><br>
> What do I need to do to remove these errors?!? Do I need to
upgrade my<br>
> version of Lazarus?!? If so, how do I do this?<br>
    <br>
The version information was added with <a moz-do-not-send="true"
 href="http://0.9.25." target="_blank">0.9.25.</a> The 0.9.24 does not
know the<br>
property.<br>
It means you created/edited the form with a 0.9.25 IDE and opened them
in a<br>
0.9.24 IDE.<br>
To use a 0.9.24 IDE you must remove the LCLVersion line from the lfm
files.<br>
    <br>
    <br>
Mattias<br>
    <br>
_______________________________________________<br>
Lazarus mailing list<br>
    <a moz-do-not-send="true"
 href="mailto:Lazarus@lazarus.freepascal.org">Lazarus@lazarus.freepascal.org</a><br>
    <a moz-do-not-send="true"
 href="http://www.lazarus.freepascal.org/mailman/listinfo/lazarus"
 target="_blank">http://www.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
o__<br>
,_.>/ _<br>
(_)_\(_)_______<br>
...speed is good<br>
_______________<br>
I believe five out of four people have a problem with fractions.<br>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lazarus.freepascal.org">Lazarus@lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://www.lazarus.freepascal.org/mailman/listinfo/lazarus">http://www.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
  </pre>
</blockquote>
It should be better to have a config option:<br>
(X) Add version info to all LFM (default)<br>
(   ) Add version info to new LFM<br>
(   ) Do not add version info to LFM files<br>
</body>
</html>