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
(moved loose notes to how-to page)
 
Line 6: Line 6:
 
</hide>
 
</hide>
 
==About==
 
==About==
[[Lazarus IDE]] is a [[free/open source]] [[Integrated Development Environment]] for [[Free Pascal]], a form of [[Object Pascal]].
+
[[Lazarus IDE]] is a [[free/open source]] [[Integrated Development Environment|IDE]] for [[Free Pascal]], a F/OS [[Object Pascal]] compiler. Language documentation is at [[Free Pascal]]; this page is for the IDE and its component library.
{{seed}}
+
==Pages==
For information about the language, see [[Free Pascal]]
+
* {{l/sub|how to}}
==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==
 
* no FPC sources (solution: install package "fpc-source")
 
* [[no valid package file (.lpk) was found]]
 
 
==Links==
 
==Links==
 
===Reference===
 
===Reference===
 
* {{wikipedia|Lazarus (IDE)}}
 
* {{wikipedia|Lazarus (IDE)}}
* ''see [[Free Pascal]] for language documentation''
+
* [http://www.lazarus-ide.org/ official site]
 
* [https://wiki.freepascal.org/Main_Page Free Pascal wiki] ([https://wiki.lazarus.freepascal.org/Main_Page alias])
 
* [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
 
** [http://wiki.lazarus.freepascal.org/Lazarus_Documentation Lazarus Documentation]: compiling and installation
Line 36: Line 26:
 
**** [http://lazarus-ccr.sourceforge.net/docs/rtl/index.html Reference for package 'rtl']
 
**** [http://lazarus-ccr.sourceforge.net/docs/rtl/index.html Reference for package 'rtl']
 
**** [http://lazarus-ccr.sourceforge.net/docs/rtl/index-8.html Index of all identifiers in package 'rtl']
 
**** [http://lazarus-ccr.sourceforge.net/docs/rtl/index-8.html Index of all identifiers in package 'rtl']
 
 
===Tutorials===
 
===Tutorials===
 
* (official) [https://wiki.lazarus.freepascal.org/Lazarus_Tutorial Lazarus Tutorial]
 
* (official) [https://wiki.lazarus.freepascal.org/Lazarus_Tutorial Lazarus Tutorial]
 
* (Sheep Dog Guides) [http://sheepdogguides.com/lut/ Lazarus Programming Tutorials]
 
* (Sheep Dog Guides) [http://sheepdogguides.com/lut/ Lazarus Programming Tutorials]
 
* (SchoolFreeware) [http://schoolfreeware.com/Free_Pascal_Tutorials.html Free Pascal Tutorials - Lazarus Program Example Code]
 
* (SchoolFreeware) [http://schoolfreeware.com/Free_Pascal_Tutorials.html Free Pascal Tutorials - Lazarus Program Example Code]

Latest revision as of 21:55, 11 December 2024

About

Lazarus IDE is a free/open source IDE for Free Pascal, a F/OS Object Pascal compiler. Language documentation is at Free Pascal; this page is for the IDE and its component library.

Pages

Links

Reference

Tutorials