Difference between revisions of "Lazarus IDE"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(→‎Reference: other libraries)
Line 9: Line 9:
 
{{seed}}
 
{{seed}}
 
For information about the language, see [[Free Pascal]]
 
For information about the language, see [[Free Pascal]]
 +
==How to==
 +
* '''Re-add 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
 
==Errors==
 
==Errors==
 
* no FPC sources (solution: install package "fpc-source")
 
* no FPC sources (solution: install package "fpc-source")

Revision as of 21:38, 14 September 2020

About

Lazarus IDE is a free/open source Integrated Development Environment for Free Pascal.

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

For information about the language, see Free Pascal

How to

  • Re-add 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

Errors

Links

Reference

Tutorials