View Single Post
  #1  
Old 07-29-2005, 10:48 AM
wyu wyu is online now
Registered User
 
Join Date: 07-21-2005
Posts: 4
VC6 Build Version Incremention

Hi, I'm currently evaluating Visual Build Pro and I currently have a question about setting "File & Version" Number in a Visual Studio 6.0 Build. Based on the Visual Build help file I have to set the version number in the format of "x.x.x.x" with the period seperation. This will set both the "FILEVERSION" and "PRODUCTVERSION" in the rc files correctly with the comma seperation.
My problem now is that I need the String literal values to also be comma seperated but the Version number I have to enter in Visual Build needs to be "Period Seperated"

This is how i need the the String Literal Values to look like:

VALUE "FileVersion", "5, 0, 0, 114\0"
VALUE "ProductVersion", "5, 0, 0, 114\0"

Is there a way to set this value with the comma seperation with out having to write up a script.
Reply With Quote