简体   繁体   中英

How to set compiler in embarcadero C++ builder?

How to set compiler in 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.

The IDE chooses the compiler for you, based on what type of file is being compiled and what Platform it is being compiled for. 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. 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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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