Roland Chastain
Roland Chastain
@ChrigiGee Compiling a fpGUI program and compiling the fpGUI package for Lazarus are two different things. You don't need to install any package to build a fpGUI program with Lazarus....
Here is for example a Windows script that I use for compiling a fpGUI program under Windows: ```Batch fpc -Mobjfpc -Sh %1 -Fu%~d0\sources\fpgui\lib\i386-win32 ``` (I use it on a USB...
The purpose of `[` character in captions is explained [here](https://wiki.freepascal.org/Reference:_MSEgui/TFrame). Search "soft hyphen".