Dear Support Team,
Build environment description.
I have a script that builds a number of BCB++ 6 projects (Apps and DLL). The script iterates over the projects several time (3 times), to generate a "DEBUG" build, a "codeguard" build and a "release" build.
Each project shares the same version info (the same property set), defining the version (major, minor, release) as well as other constants values (company name etc...).
Before starting the build (before the first iteration) the "release number is updated" (successfully) and on each iteration the "Internal Name" is set with a label describing the iteration.
The script runs on Win2K3 server R2 (latest and greatest service pack).
FB version is 5.5.0.348
Problem description
The problem is that the exe/dll of the first iteration have an incorrect release number. "Internal Name" and the other property set field assigned are correct. The following iterations have the right release number.
I noted that the wrong release number is the last release number in use when the project was saved.
Thanks for your help
David Lombardi
PS: I could not attach the log file and the FB project file (XML) because the zip is too large