View Single Post
  #1  
Old 04-07-2005, 09:09 AM
maks maks is online now
Registered User
 
Join Date: 03-09-2005
Posts: 8
Unhappy Some Version Information fields in Delphi projects are missing

I have a problem building Delphi projects. If I select to update anything on Versions or Properties tab of Make Delphi step then Visual Build (as described in the help) creates .VRC resource file, compiles it into .VRES file and includes in the Delphi project. Visual Build uses .DOF file to get the values of all the properties that are not being updated by VBP.
First, I prefer not to checkin .DOF files because this file contains developer machine specific information. Second, even if I checkin .DOF file then some properties still remain blank. For example after I build a project using VBP, version information of the EXE file has Internal Name, Original File Name fields blank.
Is there a way to keep the version information for the project without using DOF file (all the information is in RES file)? If no then how to make VBP not to blank Internal Name and Original File Name fields?
Does anybody else have the same problem?
Reply With Quote