[fpc-pascal] GUI confusion

Michael Schnell mschnell at lumino.de
Mon Sep 30 08:52:59 CEST 2013


On 09/29/2013 03:24 PM, Patrick wrote:
> Could anyone point me to resources on how to build GUI applications 
> without Lazarus?
If you mean the GUI library Lazarus offers there are alternatives that 
have been pointed out.

If you mean Lazarus the IDE, you always can create a GUI using the 
Lazarus Library GUI (LCL) by manually doing the calls to create and 
manage the Widgets. In fact the IDE just creates a program that does 
exactly this and supplies it with the information about the GUI elements 
in a linked-in resource.

-Michael



More information about the fpc-pascal mailing list