[Lazarus] ide hangs...

Mattias Gaertner nc-gaertnma at netcologne.de
Wed Mar 16 14:56:28 CET 2011


 
 

Eduard Filipas <eduard.filipas at volja.net> hat am 16. März 2011 um 14:26
geschrieben:

> - win7 64 bit
> - lazarus 9.31 svn:29379 32 bit
>
> last thing i remember doing was opening "lazarus (debug)" and now IDE
> hangs when i try to open it normaly ..lazarus debug says that there was
> some problem ..with last loading project and offers me a choice to load
> a new one.. 
Open another project, disable the option Environment / Options / Form editor /
open designer on open unit.
Then open your project.
If it still fails to open the project you somehow managed to break the lpi file.
It would be nice if you can give some hints how you achieved this.
 
 

>
> so i opened new project and added files to it but now in project options
> |forms newly added forms are not listed as available.. 
It lists only forms that were opened in the IDE. The flag is stored in the lpi
file.
Open each form once.
Eventually a scan will be implemented.
 
 

>
> also after restarting ide Datamodule is graficly represented as a form.. 
When the IDE can not find the ancestor it opens it as TForm.
Was there no warning?
 
 

>
> i receive folloving error
>
> [Content]
> Stream=TDataMain: Root=:TDataMain
> Error reading TDataMain.LCLVersion: Unknown property: "LCLVersion"
> Stream position: 658 
When you open a datamodule as form and then save it, it will write the
LCLVersion property.
Simply delete this line from the lfm file, while the datamodule is closed.
 

 
> if i can do anything to help further let me know.. 
 
Mattias
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20110316/b60097f7/attachment-0003.html>


More information about the Lazarus mailing list