Re: [fpc-pascal] what is the correct way to write {$IFDEF FPC Version > 3.0}

2016-07-08 Thread Dennis Poon
Bart wrote: On 7/8/16, Dennis wrote: what is the correct way to write {$IFDEF FPC Version > 3.0} See answers above. For your information: FPC_FULLVERSION construction: Major*1 + Minor*100 + Revision Thank you all for your answers. Dennis

Re: [fpc-pascal] what is the correct way to write {$IFDEF FPC Version > 3.0}

2016-07-08 Thread fredvs
Henry Vermaak wrote > See: http://www.freepascal.org/docs-html/current/prog/progap7.html > Henry Wow, I was looking for a complete list of "define-compiler" for ages (already asked in fpc-forum but never get usable answer). Many thanks Henry. Fre;D - Many thanks ;-) -- View this message

Re: [fpc-pascal] what is the correct way to write {$IFDEF FPC Version > 3.0}

2016-07-08 Thread Bart
On 7/8/16, Dennis wrote: > what is the correct way to write {$IFDEF FPC Version > 3.0} See answers above. For your information: FPC_FULLVERSION construction: Major*1 + Minor*100 + Revision Bart ___ fpc-pascal maillist -

Re: [fpc-pascal] what is the correct way to write {$IFDEF FPC Version > 3.0}

2016-07-08 Thread Mattias Gaertner
On Fri, 8 Jul 2016 18:47:19 +0800 Dennis wrote: > what is the correct way to write {$IFDEF FPC Version > 3.0} {$IF FPC_FULLVERSION>3} Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] what is the correct way to write {$IFDEF FPC Version > 3.0}

2016-07-08 Thread Henry Vermaak
On Fri, Jul 08, 2016 at 06:47:19PM +0800, Dennis wrote: > what is the correct way to write {$IFDEF FPC Version > 3.0} {$if FPC_FULLVERSION > 3} See: http://www.freepascal.org/docs-html/current/prog/progap7.html Henry ___ fpc-pascal maillist -

[fpc-pascal] what is the correct way to write {$IFDEF FPC Version > 3.0}

2016-07-08 Thread Dennis
what is the correct way to write {$IFDEF FPC Version > 3.0} Thanks in advance, Dennis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal