I am making changes to an old program written in VC++6. the project resources include a 'version' set which include the following: Block Header Comments Company Name File Version Product Version
Both FileVersion and ProductVersion are at 1.0.0.97 (where the 97 is a build number and increments each time I build the project)
My changes are such that I ought to increment one of the other numbers. It should probably go to 1.0.1. but even though I can edit these strings, as soon as I build the project, the 1st three numbers revert to 1.0.0. Does anyone know where these numbers are really held and how to change them?
These numbers and settings also go into the executable file's 'properties'. The build date is held in the 'Comments' resource string which I think is crap and would like to have it automatically generated as well: I am not going to remember to check it before every build!
Any suggestions gratefully received.
--- Alistair.