Re: [Lazarus] Lazarus Release 1.6.4

2017-03-02 Thread Jürgen Hestermann via Lazarus
Am 2017-03-02 um 12:59 schrieb Luiz Americo Pereira Camara via Lazarus: 2017-03-01 19:16 GMT-03:00 Martok via Lazarus mailto:lazarus@lists.lazarus-ide.org>>: > The conditional should be {$if FPC_FULLVERSION >= 30001} instead of {$if > FPC_FULLVERSION >= 30100} because the change was b

Re: [Lazarus] Lazarus Release 1.6.4

2017-03-02 Thread Luiz Americo Pereira Camara via Lazarus
2017-03-01 19:16 GMT-03:00 Martok via Lazarus : > > > The conditional should be {$if FPC_FULLVERSION >= 30001} instead of {$if > > FPC_FULLVERSION >= 30100} because the change was backported to 3.0.2. > Oh. Right. Read that line multiple times and didn't notice the digit was > in a > different pla

Re: [Lazarus] Lazarus Release 1.6.4

2017-03-02 Thread Bo Berglund via Lazarus
On Wed, 1 Mar 2017 22:03:51 +0100, Ondrej Pokorny via Lazarus wrote: >On 01.03.2017 21:57, Bo Berglund via Lazarus wrote: >> Can it be built with some other FPC version, like 3.0 too? > >Yes. Starting from 2.6.4 all FPC versions are supported. > Thanks, then if I use 3.0.0 will there be differe

Re: [Lazarus] Lazarus Release 1.6.4

2017-03-01 Thread Martok via Lazarus
> The conditional should be {$if FPC_FULLVERSION >= 30001} instead of {$if > FPC_FULLVERSION >= 30100} because the change was backported to 3.0.2. Oh. Right. Read that line multiple times and didn't notice the digit was in a different place... Luiz apparently has this fixed in another repo, but

Re: [Lazarus] Lazarus Release 1.6.4

2017-03-01 Thread Mattias Gaertner via Lazarus
On Wed, 01 Mar 2017 21:57:46 +0100 Bo Berglund via Lazarus wrote: > On Wed, 1 Mar 2017 14:05:07 +0100, Mattias Gaertner via Lazarus > wrote: > > >The Lazarus team is glad to announce the release of Lazarus 1.6.4. This > >is a bugfix release. > > > >This release was built with FPC 3.0.2. > >

Re: [Lazarus] Lazarus Release 1.6.4

2017-03-01 Thread Ondrej Pokorny via Lazarus
On 01.03.2017 21:57, Bo Berglund via Lazarus wrote: Can it be built with some other FPC version, like 3.0 too? Yes. Starting from 2.6.4 all FPC versions are supported. Ondrej -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.laz

Re: [Lazarus] Lazarus Release 1.6.4

2017-03-01 Thread Bo Berglund via Lazarus
On Wed, 1 Mar 2017 14:05:07 +0100, Mattias Gaertner via Lazarus wrote: >The Lazarus team is glad to announce the release of Lazarus 1.6.4. This >is a bugfix release. > >This release was built with FPC 3.0.2. Can it be built with some other FPC version, like 3.0 too? -- Bo Berglund Developer in

Re: [Lazarus] Lazarus Release 1.6.4

2017-03-01 Thread Ondrej Pokorny via Lazarus
On 01.03.2017 19:19, Martok via Lazarus wrote: Yes, this is caused by one of the two changes pf 3.0.2. See http://wiki.lazarus.freepascal.org/User_Changes_3.0.2#Classes Jürgen appears to already have the fixed version, with the correct ifdefs: {$if FPC_FULLVERSION >= 30100} Res:=FSrcS

Re: [Lazarus] Lazarus Release 1.6.4

2017-03-01 Thread Martok via Lazarus
> Yes, this is caused by one of the two changes pf 3.0.2. See > http://wiki.lazarus.freepascal.org/User_Changes_3.0.2#Classes > Jürgen appears to already have the fixed version, with the correct ifdefs: >>{$if FPC_FULLVERSION >= 30100} >>Res:=FSrcStream.Seek(QWord(liOffset), Origin, QWord

Re: [Lazarus] Lazarus Release 1.6.4

2017-03-01 Thread Mattias Gaertner via Lazarus
On Wed, 1 Mar 2017 17:14:19 +0100 Jürgen Hestermann via Lazarus wrote: > Am 2017-03-01 um 14:05 schrieb Mattias Gaertner via Lazarus: > > The Lazarus team is glad to announce the release of Lazarus 1.6.4. This > > is a bugfix release. > > > > > I just downloaded this new version for Windows 32

Re: [Lazarus] Lazarus Release 1.6.4

2017-03-01 Thread Bart via Lazarus
On 3/1/17, Jürgen Hestermann via Lazarus wrote: > I just downloaded this new version for Windows 32 and tried to install > packages (LCLextension 0.6 and VirtualTreeView 5.5.3) > but always get an error on this function in OLEUTILS: AFAIK this (oleutils) is not art of Lazarus of fpc, so the issu

Re: [Lazarus] Lazarus Release 1.6.4

2017-03-01 Thread Jürgen Hestermann via Lazarus
Am 2017-03-01 um 14:05 schrieb Mattias Gaertner via Lazarus: The Lazarus team is glad to announce the release of Lazarus 1.6.4. This is a bugfix release. I just downloaded this new version for Windows 32 and tried to install packages (LCLextension 0.6 and VirtualTreeView 5.5.3) but always get

[Lazarus] Lazarus Release 1.6.4

2017-03-01 Thread Mattias Gaertner via Lazarus
The Lazarus team is glad to announce the release of Lazarus 1.6.4. This is a bugfix release. This release was built with FPC 3.0.2. The previous release Lazarus 1.6.2 was built with FPC 3.0.0. Here is the list of fixes for Lazarus 1.6.x: http://wiki.freepascal.org/Lazarus_1.6_fixes_branch Here i