[Lazarus] fpGUI
Henry Vermaak
henry.vermaak at gmail.com
Tue Jan 11 13:22:20 CET 2011
On 11/01/11 12:14, Henry Vermaak wrote:
> On 11/01/11 12:05, Michael Schnell wrote:
>> On 01/11/2011 12:42 PM, Henry Vermaak wrote:
>>>
>>> You first need to build the lcl for fpgui before you can build a
>>> project that uses fpgui.
>>>
>> I did not know that the LCL only supports one Widget Type at the time...
>
> Once you've built the lcl with fpgui interface, you can switch between
> gtk and fpgui (and whatever other interfaces you've already built)
> without rebuilding the lcl.
Adding to this, the compiled units end up in
lcl/units/$cpu-$os/$widget_set/, so you can switch seamlessly from e.g.
i386-win32 with the win32 widgetset to arm-linux with gtk2. You only
need to build each combination once. Don't do a clean, though,
otherwise you will have to rebuild them all!
Henry
More information about the Lazarus
mailing list