<p>Am 20.07.2014 05:56 schrieb "Holger Aschmann" <<a href="mailto:Holgi58@gmx.de">Holgi58@gmx.de</a>>:<br>
><br>
> Hi.<br>
> <br>
> 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?</p>
<p>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. <br>
In principle you could even use the LCL without Lazarus. <br>
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.</p>
<p>Regards,<br>
Sven</p>