Command-Line Utilities Index
Go Up to Utilities
RAD Studio provides a rich set of command-line utilities in addition to its integrated development environment (IDE), its toolchains and the graphic utilities. These utilities enable you to use the command line to perform targeted compilation and other related functions, including file search and import of definition files.
Command-Line Interfaces of Toolchains
Platform | Compiler CLI | LLVM |
---|---|---|
32-bit Windows | DCC32.EXE | |
64-bit Windows | DCC64.EXE | |
Linux | DCCLINUX64.EXE | |
32-bit iOS | DCCIOSARM.EXE | |
64-bit iOS | DCCIOSARM64.EXE | |
iOS Simulator | DCCIOS32.EXE | |
Android | DCCAARM.EXE |
Note: Applications targeting 32-bit and 64-bit macOS and Android, as well as 64-bit Linux, depend on specific .cfg files from their corresponding SDK´s. These files are not available during RAD Studio installation, and therefore the .cfg files with Delphi command-line compiler options must be set manually. The default .cfg files are located in the same bin directory where RAD Studio is installed.
Platform | Compiler CLI | Clang | Linker CLI |
---|---|---|---|
32-bit Windows | BCC32C.EXE | ILINK32.EXE | |
BCC32.EXE | |||
64-bit Windows | BCC64.EXE | ILINK64.EXE | |
32-bit iOS | BCCIOSARM.EXE | Apple LD64 | |
64-bit iOS | BCCIOSARM64.EXE | ||
Android | BCCAARM.EXE | GNU ld |
Other Command-Line Utilities
- AuditsCLI.EXE, the Command Line Audits and Metrics Tool
- BRC32.EXE, the Resource Shell
- BRCC32.EXE, the Resource Compiler
- CGRC.EXE, the Resource Compiler-Binder
- COFF2OMF.EXE, the Import Library Conversion Tool
- CPP32.EXE, the C Compiler Preprocessor
- CPP64, the Preprocessor for 64-bit Windows
- Formatter.EXE, the Command Line Code Formatter
- GenDocCLI.EXE, the Command-Line Documentation Generation Tool
- GenTLB.exe
- GREP.EXE, the text search utility
- IMPDEF.EXE, the Module Definition Manager
- IMPLIB.EXE, the Import Library Tool for Win32
- Java2OP.exe, the Native Bridge File Generator for Android
- MAKE.EXE
- MKEXP.EXE, the 64-bit Windows Import Library Tool for C++
- paclient.exe, the Platform Assistant Client Application
- paserver, the Platform Assistant Server Application
- RC.EXE, the Microsoft SDK Resource Compiler
- reFind.exe, the Search and Replace Utility Using Perl RegEx Expressions
- RLINK32.DLL, the Resource Linker (C++)
- TDUMP.EXE, the File Dumping Utility
- TDUMP64.EXE, the File Dumping Utility for 64-bit Windows
- TLIB.EXE, the Library Manager
- TLIB64.EXE, the Library Manager for 64-bit Windows
- TLIBIMP.EXE
- TOUCH.EXE
- TRegSvr.exe, the Type Library Registration Tool
- TRIGRAPH.EXE
- WSDLIMP.EXE, the Command Line WSDL Import Tool