Lazarus IDE/how to
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
|
Lazarus IDE: how to just a page of loose notes, so far
|
{{#set: page title=Lazarus IDE: how to }}
- re-attach a lost form to a project:
- create a new form with a temporary name
- save the project
- delete the 2 form-related files it creates
- rename the files for the form you want to load to that temporary name
- (untested) re-save the form under its permanent name
Fixing Errors
- "no FPC sources" (solution: install package "fpc-source")
- no valid package file (.lpk) was found
