Zitat von Peter Williams <[EMAIL PROTECTED]>: > Hi Mattias and Lazarus ppl, > > When attempting to open form "Thelpdialogform" I get this error: > > Error reading TJITForms > TJITForms::Thelpdialogform > Error reading Thelpdialogform.LCL Version: Unknown property: "LCLVersion" > [Continue loading] [Cancel loading this resource] [Stop all loading] > (3 buttons) > > Runtime error: > > Error > Project raised exception class 'EReadError' with message: > Unknown property: "LCLVersion" > [OK] <-- button to close message window > > I get this runtime error, on line 2708 of LResources > > What do I need to do to remove these errors?!? Do I need to upgrade my > version of Lazarus?!? If so, how do I do this?
The version information was added with 0.9.25. The 0.9.24 does not know the property. It means you created/edited the form with a 0.9.25 IDE and opened them in a 0.9.24 IDE. To use a 0.9.24 IDE you must remove the LCLVersion line from the lfm files. Mattias _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
