How can I build a C++Builder 2007 project (*.bproj)?
Hi
C++ Builder 2007 support is on our todo list. In the mean time, you can use the MSBuild Action to build the projects. Set the target to build or rebuild (equiv to make or build) and the Config property to Debug or Release (note that this is case sensitive).
Oh, forgot to mention, you need to make sure you have a BDS environment variable that points to the root installation folder for CB2007, in my case this is E:\CodeGear\RAD Studio\5.0 - I didn’t have that so just added an FB project variable and exposed it as an environment variable.
Thanks!
Fast and excellent support as always.
/Ulrik Sandström