The Light LCL (LLCL) is intended to provide a way to produce small Windows executable files with Free Pascal/Lazarus or Delphi 7, while still being compatible with – a part of – the LCL/VCL.
Based upon the Very Light VCL (LVCL), it’s an emulation of a small subset of the standard LCL/VCL, for only the most basic controls and classes, with their most common properties, methods and events. Of course, it implies that only the controls and properties present in the Light LCL can be used.
Using it is very simple. There is nothing to install, nor any configuration to modify: just indicate a valid path for the Light LCL files into your project options, and that’s it !
A few options are available (in include files): there is even an experimental UTF-16 option (with Free Pascal compiler version 3.x).
The Light LCL is released under the Mozilla Public License version 2.0: you can use it with any kind of project.
French
Light LCL permet de créer des petits exécutables avec Free Pascal, Lazarus ou Delphi 7.