Re: [fpc-devel] Full_Version_String in an application

2010-02-18 Thread Nikolai Zhubr
19.02.2010 1:24, JoshyFun: I'm using: CreatedUsing:='Created using Lazarus '+LCLVersion+' and free pascal '+{ $I %FPCVERSION%}+' ('+{$I %DATE%}+' '+{$I %TIME%}+')'; Cool! I'll use this. Thank you very much! Nikolai ___ fpc-devel maillist - fpc-de

Re: [fpc-devel] Full_Version_String in an application

2010-02-18 Thread JoshyFun
Hello Nikolai, Thursday, February 18, 2010, 10:43:54 PM, you wrote: NZ> Hello people, NZ> Is it possible in an application to somehow get the information about NZ> FPC version was used to compile this application (in the form of string NZ> or integers, whatever)? NZ> Yes, I've searched through

Re: [fpc-devel] Full_Version_String in an application

2010-02-18 Thread Nikolai Zhubr
19.02.2010 0:43, Nikolai Zhubr: Is it possible in an application to somehow get the information about FPC version was used to compile this application (in the form of string or integers, whatever)? P.S.: I'm not asking about conditional defines (I know about them, of course, but they are not qui