简体   繁体   English

如何在Embarcadero C ++ Builder中设置编译器?

[英]How to set compiler in embarcadero C++ builder?

How to set compiler in embarcadero C++ builder? 如何在Embarcadero C ++ Builder中设置编译器? I want to set bcc64 as a compiler, but cannot see the option for it, and my projects are being compiled with bcc32. 我想将bcc64设置为编译器,但看不到该选项,并且我的项目正在使用bcc32进行编译。

The IDE chooses the compiler for you, based on what type of file is being compiled and what Platform it is being compiled for. IDE将根据要编译的文件类型和平台针对您选择编译器。 If you want to compile a 64-bit executable, you have to go into the Project Manager and add a 64-bit Platform to the project first and then set it as the active Platform. 如果要编译64位可执行文件,则必须进入“项目管理器”,并先将64位Platform添加到项目中,然后再将其设置为活动Platform。 A project can have multiple Platforms added, each with its own set of configuration options. 一个项目可以添加多个平台,每个平台都有其自己的配置选项集。 This is covered in detail on Embarcadero's online wiki . 这在Embarcadero的在线Wiki上有详细介绍。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM