[Lazarus] fpGUI
Graeme Geldenhuys
graemeg.lists at gmail.com
Tue Jan 11 13:18:51 CET 2011
Op 2011-01-11 13:38, Michael Schnell het geskryf:
>
> What am I doing wrong ?
As Henry said, you need to compile LCL-fpGUI first, before you can build
a LCL application that uses the fpGUI backend.
Menu:
Tools > Configure Build Lazarus
But before you can build LCL-fpGUI, you obviously need the fpGUI Toolkit
source code as well. Read the following wiki page
http://wiki.freepascal.org/fpGUI_Interface
...or the readme file in
<lazarus>/lcl/interfaces/fpgui/readme.txt
The wiki page explains it all in detail.
NOTE:
Recently I introduce a new include file in fpGUI, and Lazarus's
repository has not been updated accordingly. When you try and build
LCL-fpGUI you will get a compiler error "can't find include file
VERSION_FILE.inc". Go to the fpGUI 'src' directory and simply copy that
file into the 'corelib' directory. LCL-fpGUI will then compile without
problem.
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
More information about the Lazarus
mailing list