Re: [Lazarus] External/out-of-tree LCL widgetset

2017-12-02 Thread Marcos Douglas B. Santos via Lazarus
On Fri, Dec 1, 2017 at 5:43 PM, Graeme Geldenhuys via Lazarus wrote: > On 2017-12-01 13:33, Marcos Douglas B. Santos via Lazarus wrote: >> >> I believe RAD is the best way to code a GUI > > > I'll even disagree with that - somewhat. :) > >http://geldenhuys.co.uk/articles/model-gui-mediator

Re: [Lazarus] Cross-compiling to win32 from debian stretch

2017-12-02 Thread Péter Gábor via Lazarus
First rebuild your normal (not the cross version) FPC from trunk. Then change your path environment variable to contain the new compiler's path. You can change it if you open the file .profile in your home folder. Add a new line to the end of the file. An example: export PATH=/home/the-new