Am 20.07.2014 05:56 schrieb "Holger Aschmann" <holg...@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
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal