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
→Reference: components |
→Reference: other libraries |
||
| Line 16: | Line 16: | ||
* {{wikipedia|Lazarus (IDE)}} | * {{wikipedia|Lazarus (IDE)}} | ||
* [http://wiki.lazarus.freepascal.org/Lazarus_Documentation Lazarus Documentation] | * [http://wiki.lazarus.freepascal.org/Lazarus_Documentation Lazarus Documentation] | ||
** [http://lazarus-ccr.sourceforge.net/docs/lcl/ Reference for package 'lcl'] ( | ** '''default library packages''': | ||
*** '''FCL''': Free Component Library | |||
**** [http://lazarus-ccr.sourceforge.net/docs/fcl/index.html Reference for package 'fcl'] | |||
**** [http://lazarus-ccr.sourceforge.net/docs/fcl/index-8.html Index of all identifiers in package 'fcl'] | |||
*** '''LCL''': Lazarus Component Library | |||
**** [http://lazarus-ccr.sourceforge.net/docs/lcl/ Reference for package 'lcl'] (hierarchical) | |||
**** [http://lazarus-ccr.sourceforge.net/docs/lcl/index-8.html Index of all identifiers in package 'lcl'] (alphabetic) | |||
*** '''RTL''': Free Pascal Run-Time Library | |||
**** [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'] | |||
===Tutorials=== | ===Tutorials=== | ||
* [http://sheepdogguides.com/lut/ Lazarus Programming Tutorials] (at Sheep Dog Guides) | * [http://sheepdogguides.com/lut/ Lazarus Programming Tutorials] (at Sheep Dog Guides) | ||
* [http://schoolfreeware.com/Free_Pascal_Tutorials.html Free Pascal Tutorials - Lazarus Program Example Code] (at SchoolFreeware) | * [http://schoolfreeware.com/Free_Pascal_Tutorials.html Free Pascal Tutorials - Lazarus Program Example Code] (at SchoolFreeware) | ||
Revision as of 17:48, 5 August 2016
<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. <hide>
page status::seed
</hide>
|
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
Errors
- no FPC sources (solution: install package "fpc-source")
- no valid package file (.lpk) was found
Links
Reference
- Wikipedia (Lazarus (IDE))
- Lazarus Documentation
- default library packages:
- FCL: Free Component Library
- LCL: Lazarus Component Library
- Reference for package 'lcl' (hierarchical)
- Index of all identifiers in package 'lcl' (alphabetic)
- RTL: Free Pascal Run-Time Library
- default library packages:
Tutorials
- Lazarus Programming Tutorials (at Sheep Dog Guides)
- Free Pascal Tutorials - Lazarus Program Example Code (at SchoolFreeware)
