[Lazarus] Humour

2016-04-19 Thread brian
Anybody who thinks there should never be any reference made to Hitler and/or the Third Reich, please hit 'delete' now. Anybody still reading might find this amusing... I'd not seen it before. >https://www.youtube.com/watch?v=CDeG4S-mJts=RDMhllo1xQer8=4 Brian. --

Re: [Lazarus] where do I put project wide conditional define?

2016-04-19 Thread Graeme Geldenhuys
On 2016-04-19 12:17, Dennis wrote: > > so that when I rebuild the project, fpc will see USE_XYZ is defined. You have multiple options. Depending on your Lazarus version... In older versions of Lazarus IDE you have to define then in "Project Options -> Compiler Options -> Other" and enter them

Re: [Lazarus] where do I put project wide conditional define?

2016-04-19 Thread Aradeonas
> "-d" is the fpc flag for a define. See "fpc -h". Thanks, Ara -- http://www.fastmail.com - Access all of your messages and folders wherever you are -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Lazarus Digest, Vol 99, Issue 32

2016-04-19 Thread Marco van de Voort
On Fri, Apr 15, 2016 at 03:37:37PM +0200, Michael Schnell wrote: > On 04/15/2016 03:29 PM, Marco van de Voort wrote: > >> As said: I (unsuccessfully) tried. > > So you can't operate a text editor? > > > I unsuccessfully tried to create an environment that lets me see the > modified help text (we

Re: [Lazarus] where do I put project wide conditional define?

2016-04-19 Thread Juha Manninen
On Tue, Apr 19, 2016 at 2:17 PM, Dennis wrote: > Where do I put > {$DEFINE USE_XYZ} > > so that when I rebuild the project, fpc will see USE_XYZ is defined. In Project Options: Compiler Options -> Custom Options - > Defines ... Juha --

Re: [Lazarus] where do I put project wide conditional define?

2016-04-19 Thread Aradeonas
> Add -dUse_XYZ to Project / Project Options / Compiler Options / > Custom Options Curiosity : Why a "d" in the beginning? Regards, Ara -- http://www.fastmail.com - A no graphics, no pop-ups email service -- ___ Lazarus mailing list

Re: [Lazarus] where do I put project wide conditional define?

2016-04-19 Thread Mattias Gaertner
On Tue, 19 Apr 2016 19:17:05 +0800 Dennis wrote: > I some of my units, I have : > > uses classes, > {$IFDEF USE_XYZ} > certain_unitXYZ > {$ENDIF}; > > > Where do I put > {$DEFINE USE_XYZ} > > so that when I rebuild the project, fpc will see USE_XYZ is defined. >

[Lazarus] where do I put project wide conditional define?

2016-04-19 Thread Dennis
I some of my units, I have : uses classes, {$IFDEF USE_XYZ} certain_unitXYZ {$ENDIF}; Where do I put {$DEFINE USE_XYZ} so that when I rebuild the project, fpc will see USE_XYZ is defined. Putting in in the project .lpr does not work Thanks in advance. Dennis --

Re: [Lazarus] Using libjpeg

2016-04-19 Thread Aradeonas
Hi, Thanks for explanation Sandro. I checked your demo and even other demos and I can say they are interesting, I wish I had the source specially JPEG demo so I can check your results. Regards, Ara -- http://www.fastmail.com - Does exactly what it says on the tin --