Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread bartek
On Sunday 20 May 2007 16:43:34 Jonas Maebe wrote: > On 20 May 2007, at 16:38, bartek wrote: > > OK. And what about this: > > -8<- > > /home/bartek/Dev/units/glgui/glgui.pp(376,33) Error: Can't take the > > address of > > constant expressions > > -8<- > > constructor TGLGUI3DMouseMap

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread Florian Klaempfl
Martin Schreiber schrieb: > On Sunday 20 May 2007 00.41, Joost van der Sluis wrote: >> I'm happy to announce that release 2.1.4 aka 2.2.0 beta is out. We ask >> our users to test the changes made in the last few years. This beta will >> be available for about two months, whereafter 2.2.0 will be re

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread Jonas Maebe
On 20 May 2007, at 16:38, bartek wrote: OK. And what about this: -8<- /home/bartek/Dev/units/glgui/glgui.pp(376,33) Error: Can't take the address of constant expressions -8<- constructor TGLGUI3DMouseMapper.Create(aOwnerDesktop: TGLGUIDesktop); begin OwnerDesktop:=aOw

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread bartek
On Sunday 20 May 2007 16:22:44 Jonas Maebe wrote: > On 20 May 2007, at 16:20, bartek wrote: > > This made me curious, and I checked my links. Seems like I > > accidentally > > compiled with fpc 2.3.1. I am very sorry, my bad :( . > > But OTOH, I still want to know what I need to do to get my code t

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread Jonas Maebe
On 20 May 2007, at 16:20, bartek wrote: This made me curious, and I checked my links. Seems like I accidentally compiled with fpc 2.3.1. I am very sorry, my bad :( . But OTOH, I still want to know what I need to do to get my code to work with 2.3.1 . As Marc said: do not pass properties

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread bartek
On Sunday 20 May 2007 14:57:18 Jonas Maebe wrote: > On 20 May 2007, at 14:53, Marc Weustink wrote: > > The error is IMO somewhat cryptic, but you cannot pass a property > > as var parameter anymore. This to be inline with properties > > implemented by a Setter. > > Strange, this change has not yet

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread Jonas Maebe
On 20 May 2007, at 14:53, Marc Weustink wrote: The error is IMO somewhat cryptic, but you cannot pass a property as var parameter anymore. This to be inline with properties implemented by a Setter. Strange, this change has not yet been merged to the fixes branch (so it's definitely not y

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread Marc Weustink
bartek wrote: Hi, I tried to compile my current project with the new compiler (2.1.4). This resulted in the following error: -8<- /home/bartek/Dev/units/vmath.pp(435,29) Error: Can't take the address of constant expressions -8<- -8<- destructor TLazyVariableManager.

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread bartek
Hi, I tried to compile my current project with the new compiler (2.1.4). This resulted in the following error: -8<- /home/bartek/Dev/units/vmath.pp(435,29) Error: Can't take the address of constant expressions -8<- -8<- destructor TLazyVariableManager.Destroy; var

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread Martin Schreiber
On Sunday 20 May 2007 00.41, Joost van der Sluis wrote: > I'm happy to announce that release 2.1.4 aka 2.2.0 beta is out. We ask > our users to test the changes made in the last few years. This beta will > be available for about two months, whereafter 2.2.0 will be released. > Helping us to test ve