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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.