C++ Builder 2007 새로운 기능 및 변경된 기능들은 다음과 같다.
MSBuild is new build engine:
당신이 C++프로젝트를 빌드할때 MSBuild는 바로 빌드를 수행한다. 프로젝트 파일의 구조는 또한 XML로 바뀌고 MSBuild를 위해 요구된 옵션를 바로 포함한다. 이 프로젝트 파일확장명은 .cbproj로 바뀐다. 당신은 MSBuild command 구분을 사용한command line로 부터 프로젝를 빌드 할 수 있다.
Builder order has changed:
MSBuild는 이전에 사용되었던 사용자에 의해서 수정 가능한 순서보다 확장 파일에 따라 파일들을 빌드한다. 이 새로운 빌드 순서는 .pas, c/cpp, asm, rc 이다. 폴더 또는 가상 폴더 파일과 같이 파일 종류에 따른 순서로빌드된다.
Build configuration are more extensive:
Build configuration은 변경되었다. Build configuration은 당신이 Project option의 많은 page tab에서 설정 옵션들을 포함 한다. Build configuration은 compiler, linker, MSBuild와 같은 빌들 툴을 위한 command-line option 값을 저장한다. 당신은 자신만의 configuration을 만들수 있다그리고 여기에는 3개의 default configuration이 있다. (Base, Debug, and Release)
New Build Configuration Manager activates a build configuration:
Use ProjectConfiguration Manager to select the build configuration that you want to be active for a selected project or projects. The Configuration Manager replaces the existing way of specifying the active configuration for C++ projects.
project option dialog box는 재편성 되었다.
당신은 프로젝트 옵션을 머지 할수 있다.
Named option sets are new:
당신은 빌드 Event를 명시 할 수 있다.
당신은 프로젝트에 target 파일들을 추가하고 만들수 있다.
demo code의 위치가 변경되었다.
Delphi와 C++ package들과 같이 compile할수 있다.
C++ compiler는 엄격해 졌다.
댓글 없음:
댓글 쓰기