Re: [Lazarus] LCL_FULLVERSION is not recognized

2018-07-12 Thread Rik van Kekem via Lazarus
On 12-07-2018 12:51, frans via Lazarus wrote: I use Lazarus 1.6.4 (temporarely) and lazarus 1.8.4 on Windows 10. I need to use the LCL version but I can't get it to work properly. I use the following code:   {$IFDEF LCL_FULLVERSION > 108}   {$ELSE}   {$ENDIF} Compiling the program give me

[Lazarus] LCL_FULLVERSION is not recognized

2018-07-12 Thread frans via Lazarus
Hi. I use Lazarus 1.6.4 (temporarely) and lazarus 1.8.4 on Windows 10. I need to use the LCL version but I can't get it to work properly. I use the following code:   {$IFDEF LCL_FULLVERSION > 108}   {$ELSE}   {$ENDIF} Compiling the program give me the message Warning include environment