[Lazarus] LCL exports CC-licensed icons to every LCL application
Bart
bartjunk64 at gmail.com
Wed Mar 23 12:39:23 CET 2016
On 3/23/16, Mark Morgan Lloyd <markMLl.lazarus at telemetry.co.uk> wrote:
> Wandering slightly: I wonder if it would also be possible for the app to
> get hold of things like the Lazarus and FPC version numbers and SVN
> revisions?
Lazarus version and fpc version is no problem.
>From my standard AboutDlg:
if LazVersion = '' then LazVersion := 'Lazarus '+ LCLVersion;
if FpcVersion = '' then FpcVersion := 'FPC ' + {$I %FPCVERSION%};
Bart
More information about the Lazarus
mailing list