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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to