Command-Line Interfaces of C++ Compilers

From RAD Studio
Jump to: navigation, search

Go Up to Command-Line Utilities Index


RAD Studio provides the following command-line interfaces for RAD Studio C++ compilers:

Platform Classic Compiler Clang Compiler
32-bit Windows BCC32C.EXE
BCC32X.EXE [1]
BCC32.EXE
64-bit Windows BCC64.EXE
OS X BCCOSX.EXE
32-bit iOS BCCIOSARM.EXE
64-bit iOS BCCIOSARM64.EXE
Android BCCAARM.EXE
  1. BCC32X uses Clang command line flags, making it compatible with other Clang-based compilers (BCC32C, BCC64, BCCIOSARM, BCCIOSARM64, and BCCAARM). BCC32C is compatible with the classic compiler flags (BCC32).

See Also