Re: [Lazarus] When will the lazarus archive been gzip'd again?

2017-02-16 Thread Werner Pamler via Lazarus
Am 16.02.2017 um 08:26 schrieb Landmesser John via Lazarus: the gzip'd archive stops at May 2016. When will the Lazarus archives afterwards be gzip'd ? I use the very useful "Lazarus Mailinglist Reader" and that needs these gzip'd archives. Isn't that done automatic? Does the gzip'd stops d

Re: [Lazarus] When will the lazarus archive been gzip'd again?

2017-02-16 Thread Landmesser John via Lazarus
thanks Werner, that solved the Problem! Am 16.02.2017 um 09:19 schrieb Werner Pamler via Lazarus: Please get yourself the latest revision of Lazarus Mailinglist Reader. I realized that issue a couple of weeks ago and modified the reader to download also unzipped txt files. -- ___

[Lazarus] $IF for Linux and FreeBSD platforms?

2017-02-16 Thread Graeme Geldenhuys via Lazarus
Hi, Is the following allowed in LCL specific code? {$IFDEF LCLGTK2} {$IF declared(Linux) or declared(FreeBSD)} {$define something} {$endif} {$endif} The IDE shows that CodeTools knows about the FreeBSD variable, but the code doesn't seem to work, because later in the code the "something

Re: [Lazarus] $IF for Linux and FreeBSD platforms?

2017-02-16 Thread Graeme Geldenhuys via Lazarus
On 2017-02-16 10:54, Graeme Geldenhuys via Lazarus wrote: > The IDE shows that CodeTools knows about the FreeBSD variable, but the > code doesn't seem to work, Doing the following though does work, but it means I have to duplicate all $DEFINE lines in two places, which I don't really want to do.

Re: [Lazarus] $IF for Linux and FreeBSD platforms?

2017-02-16 Thread Ondrej Pokorny via Lazarus
On 16.02.2017 12:16, Graeme Geldenhuys via Lazarus wrote: On 2017-02-16 10:54, Graeme Geldenhuys via Lazarus wrote: The IDE shows that CodeTools knows about the FreeBSD variable, but the code doesn't seem to work, Doing the following though does work, but it means I have to duplicate all $DEFI

Re: [Lazarus] $IF for Linux and FreeBSD platforms?

2017-02-16 Thread Graeme Geldenhuys via Lazarus
On 2017-02-16 11:18, Ondrej Pokorny via Lazarus wrote: > Well, you mixed up DEFINED and DECLARED macros. Dope!!! Thanks for spotting that. I need more coffee. ;-) Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My public PGP key