Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
[SOLVED] Version Info
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
“case (a,b) of...” doesn’...
by
Warfley
[
Today
at 12:42:19 am]
Poor optimization of cons...
by
Warfley
[
Today
at 12:13:25 am]
[SOLVED] Components with ...
by
PascalDragon
[September 28, 2023, 10:56:29 pm]
Proposal: Record Composit...
by
PascalDragon
[September 28, 2023, 10:09:08 pm]
[solved] Confusing scope(...
by
PascalDragon
[September 28, 2023, 10:07:39 pm]
Help explain this closure...
by
PascalDragon
[September 28, 2023, 09:53:07 pm]
c++ library and strings
by
PascalDragon
[September 28, 2023, 09:42:40 pm]
Is it possible to jump in...
by
PascalDragon
[September 28, 2023, 09:31:58 pm]
is there a way to Forward...
by
PascalDragon
[September 28, 2023, 09:27:32 pm]
Passing TDate parameter i...
by
PascalDragon
[September 28, 2023, 09:25:08 pm]
Class method inheritance ...
by
PascalDragon
[September 28, 2023, 09:16:05 pm]
Can't hide main window
by
Aqdam1978@yahoo.com
[September 28, 2023, 09:07:34 pm]
Make visual components no...
by
pleumann
[September 28, 2023, 08:20:01 pm]
Saving a Form state (rela...
by
Curt Carpenter
[September 28, 2023, 08:10:45 pm]
Notarization under macOS ...
by
Josh
[September 28, 2023, 07:55:16 pm]
TDbf
by
1HuntnMan
[September 28, 2023, 07:37:26 pm]
PV_Unpacker for ZIP, RAR,...
by
domasz
[September 28, 2023, 07:00:37 pm]
Searchkey Tdbf
by
rcmz
[September 28, 2023, 06:57:45 pm]
Debugger crashes with App...
by
geraldholdsworth
[September 28, 2023, 03:51:37 pm]
Scrolling TStringGrid
by
big_M
[September 28, 2023, 02:48:43 pm]
Large system, i2C to go w...
by
pascalbythree
[September 28, 2023, 02:47:33 pm]
TMemo text width
by
wp
[September 28, 2023, 12:50:05 pm]
Cannot get file opening e...
by
ranny
[September 28, 2023, 08:45:56 am]
FPC 3.2.2 / Lazarus 2.2.6...
by
robert rozee
[September 28, 2023, 01:31:18 am]
Wayland and Free Pascal
by
DMoRiaM
[September 27, 2023, 08:04:15 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] Version Info (Read 1150 times)
MountainQ
Jr. Member
Posts: 65
[SOLVED] Version Info
«
on:
February 07, 2023, 09:43:28 am »
Hi everyone;
I would like to make the version info (major, minor, revision) part of the filename of the executable.
Unfortunately I could not find anything; can anyone point in the right direction.
Best
«
Last Edit: February 07, 2023, 01:45:47 pm by MountainQ
»
Logged
Ally
New Member
Posts: 49
Re: Version Info
«
Reply #1 on:
February 07, 2023, 10:30:34 am »
Hello MountainQ,
here are two examples.
rhsVersionFromFileTest determines the version of any exe file.
rhsVersionNumberTest determines the own version number.
Greetings Roland
Logged
TRon
Hero Member
Posts: 1544
Re: Version Info
«
Reply #2 on:
February 07, 2023, 10:34:40 am »
@Ally:
I do believe that MountainQ wants to have those numbers in the executable filename that Lazarus generated.
@MountainQ
afaik that is not possible. Last time I checked the version/revision numbers in the project options are not stored in a macro and thus unfortunately cannot be used for generating the name of the executable file.
Logged
MountainQ
Jr. Member
Posts: 65
Re: Version Info
«
Reply #3 on:
February 07, 2023, 12:26:56 pm »
@TRon:
you're exactly right about my intent. That is a bit surprising; I was already wondering whether it is possible to create such a macro.
@Ally:
Thanks for your quick response.
Logged
vangli
New Member
Posts: 37
Re: Version Info
«
Reply #4 on:
February 07, 2023, 12:32:44 pm »
A start may be looking at the project *.lpi file. Version/Revision numbers are stored there. Bent
Logged
Regards Bent
MountainQ
Jr. Member
Posts: 65
Re: Version Info
«
Reply #5 on:
February 07, 2023, 12:37:57 pm »
@Vangli
They are indeed; but how can I automatically access them when recreating the executable to be part of its filename?
Regarding the answer of TRon; is there a macro that can retrieve that information.
«
Last Edit: February 07, 2023, 12:40:19 pm by MountainQ
»
Logged
TRon
Hero Member
Posts: 1544
Re: Version Info
«
Reply #6 on:
February 07, 2023, 12:47:29 pm »
You could perhaps automate things using something like user Ally's source-code by creating a small tool that retrieves the version/revision information and renames the executable automatically for you.
In the projects options you can add a command that can be executed before/after compile/build/make command from Lazarus. I assume that the name of executable as generated by Lazarus is available as macro to be used in that edit field (I am not sure as I never tried it).
Logged
Zvoni
Hero Member
Posts: 1954
Re: Version Info
«
Reply #7 on:
February 07, 2023, 01:07:14 pm »
At a guess it could be done in Project-Options in Custom options (or whatever it's called).
There is an example how to influence Unitpath and IncPath.
Wouldn't be surprised if you can influence the output-filename there
Logged
One System to rule them all, One Code to find them,
One IDE to bring them all, and to the Framework bind them,
in the Land of Redmond, where the Windows lie
---------------------------------------------------------------------
Code is like a joke: If you have to explain it, it's bad
MountainQ
Jr. Member
Posts: 65
Re: Version Info
«
Reply #8 on:
February 07, 2023, 01:45:33 pm »
@TRon:
thanks a lot; if there is no other obvious solution, build one!
Thanks to all; this was a helpful discussion.
Logged
Ally
New Member
Posts: 49
Re: [SOLVED] Version Info
«
Reply #9 on:
February 07, 2023, 02:46:12 pm »
Hello MountainQ,
here is an example how to extend any EXE file with its version number.
This is not exactly what you are looking for, but maybe ee helps a bit.
Greetings Roland
Logged
TRon
Hero Member
Posts: 1544
Re: [SOLVED] Version Info
«
Reply #10 on:
February 08, 2023, 01:28:41 pm »
My quick poor attempt at lvr (Lazarus Versioninfo Renamer) to be used from the IDE
Logged
rcmz
Jr. Member
Posts: 82
Re: [SOLVED] Version Info
«
Reply #11 on:
February 08, 2023, 11:11:22 pm »
Hi,
You could use rxVersion from RX Tools.
Good Luck
Ramiro
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
[SOLVED] Version Info
TinyPortal
© 2005-2018