View Single Post
  #1  
Old 04-18-2011, 10:47 AM
jeffbane jeffbane is online now
Registered User
 
Join Date: 03-13-2007
Posts: 3
C++ Builder Version Info

I am building C++ Builder projects (version 2007) that were once working. I have discovered that the version information is not being updated properly.

In the build log there is a red line "Failed to create process..." See partial log below:


4/18/2011 10:34:04 AM: Building subroutine step 10 - Set File Info and Build...
setting version...compiling VERSIONINFO RC file...
Failed to create process: The system cannot find the file specified.
building...

Setting environment for using CodeGear RAD Studio tools
Microsoft (R) Build Engine Version 2.0.50727.4927
[Microsoft .NET Framework, Version 2.0.50727.4959]
Copyright (C) Microsoft Corporation 2005. All rights reserved.

Everything works except that the version info is not updated correctly. The cbproj file is updated, the vrc file is updated, but the res file is not.

Only things I know have changed are that VBP has been updated over time and that I also have C++ Builder 2010 installed, although I have overridden the exact location of the msbuild and framework and used the rsvars override with no luck.

Any help would be appreciated.
Reply With Quote