#1
|
|||
|
|||
Delphi 5: setting version from macro
A project macro VER is set to "2006.9.15"
Under the versions tab of a Delphi step, I "set the project version to a specific value ( The macro of course: %VER%)" But I get only "2006" in the final result (the executable). Yet when I do not use a macro, if I type the version number into the tab field instead of using %VER%, I get the desired result. Syntax issue of some sort? I tried various commas, quotes etc but no joy. Thank you |
#2
|
|||
|
|||
We were unable to reproduce this problem. Please ZIP and post or send:
1) The info from Help | About | Install Info 2) The .bld file with the Make Delphi step 3) A build log file 4) The Delphi project (.dpr and .dof, no source code files) Thanks. |
#3
|
|||
|
|||
Apparently I was drinking last Friday. Works this morning. Sorry to trouble you.
|
#4
|
|||
|
|||
No I was not drinking
This problem has returned. No version info. Something is flakey. All versions again coming out zero. I do not know what I am changing to upset this balance... |
#5
|
|||
|
|||
Not sure. Please send #3 and #4. See the description of how the Make Delphi action sets versions at
http://www.visualbuild.com/Manual/delphiaction.htm Are the documented steps being performed (perhaps the Delphi compiler is not including the version info for some reason?)? |
|
|