Lazarus IDE: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary
Line 22: Line 22:
===Reference===
===Reference===
* {{wikipedia|Lazarus (IDE)}}
* {{wikipedia|Lazarus (IDE)}}
* [http://wiki.lazarus.freepascal.org/Lazarus_Documentation Lazarus Documentation]: compiling and installation
* ''see [[Free Pascal]] for language documentation''
* [https://wiki.freepascal.org/Main_Page Free Pascal wiki] ([https://wiki.lazarus.freepascal.org/Main_Page alias])
** [http://wiki.lazarus.freepascal.org/Lazarus_Documentation Lazarus Documentation]: compiling and installation
** [https://gitlab.com/freepascal.org/lazarus/lazarus source code]
** '''default library packages''':
** '''default library packages''':
*** '''FCL''': Free Component Library
*** '''FCL''': Free Component Library

Revision as of 20:52, 11 December 2024

<hide> page type::article thing type::Integrated Development Environment language::Pascal </hide>

About

Lazarus IDE is a free/open source Integrated Development Environment for Free Pascal, a form of Object Pascal.

  1. redirect Template:seed

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

Reference

Tutorials