Your literature states that C++Builder 2007 offers an up to 5x faster in-IDE build performance. How did you achieve such an advance in performance?
We have completely redesigned our build system since C++Builder 2006 by supporting MSBuild. While managing and running the build process has always been a development challenge, and the difficulty usually increases in direct relation to the complexity of the project, MSBuild simplifies this process and
improves past performance with an XML-based project file format. Developers with a large number of project files will experience the highest rate of speed
improvements.
Partager