[fpc-pascal] How to use fpGUI?

Sven Barth pascaldragon at googlemail.com
Sun Jul 20 09:28:10 CEST 2014


Am 20.07.2014 05:56 schrieb "Holger Aschmann" <Holgi58 at gmx.de>:
>
> Hi.
>
> I write my programs in Free Pascal on NotePad, and I don't like to use
Lazarus. Is there any possibility to use fpGUI, or doesn't it work without
Lazarus?

Of course you can use fpGUI without Lazarus. Normally adding the unit
directory of fpGUI as -Fu option should be enough, but maybe some defines
are also needed. Take a look at the fpGUI website for more information.
In principle you could even use the LCL without Lazarus.
The question that strikes me here is why you would prefer Notepad instead
of an IDE like Lazarus? An IDE simplifies coding a lot by providing various
code completion and refactoring functionality and you don't need to use
it's visual designer if you don't want to.

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20140720/32b64900/attachment.html>


More information about the fpc-pascal mailing list