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
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.
--
___
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
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.
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
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