- Expert Delphi
- Pawe? G?owacki
- 298字
- 2021-07-02 20:44:19
Delphi compilers and toolchains
Delphi IDE contains different compilers for generating apps for different platforms. The IDE manages all necessary source code files needed for building an app. It also takes care of passing correct parameters to right compilers and manages their output. In the IDE, it is possible to build, deploy, and run an app directly on the mobile device connected with a USB cable by just pressing the Run button. Obviously, it is also possible to generate an executable application without running it. Sometimes it is very handy to be able to step into an application as it is executed in the host operating system. This process is called debugging. In the Delphi IDE, you can run your program with or without debugging.
There are in total eight different Delphi compilers installed with the Delphi 10.2 version:

These compilers are typically installed into the C:\Program Files (x86)\Embarcadero\Studio\19.0\bin folder. The bin folder of Delphi has been added to the Windows path by the installer, so you can try and execute them directly.When executed with no parameters, Delphi compilers will just display their version numbers and possible command-line switches, as shown in the following screenshot:

Take a look at the following screenshot:

In the IDE, we do not need to invoke command-line compilers directly. The IDE is doing this for us when we choose to either run, build, or compile our project. It will also take care of outputting the resulting binary files into a separate folder per every supported platform and build configuration. When we build, deploy, and run our apps, we can see in the bottom part a log of all commands being executed, parameters passed to them, and their output.
- 手機(jī)安全和可信應(yīng)用開發(fā)指南:TrustZone與OP-TEE技術(shù)詳解
- Python快樂編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- Java EE 6 企業(yè)級應(yīng)用開發(fā)教程
- Developing Mobile Web ArcGIS Applications
- 控糖控脂健康餐
- 動(dòng)手玩轉(zhuǎn)Scratch3.0編程:人工智能科創(chuàng)教育指南
- Learning Data Mining with Python
- aelf區(qū)塊鏈應(yīng)用架構(gòu)指南
- PostgreSQL Replication(Second Edition)
- Windows Forensics Cookbook
- Python面向?qū)ο缶幊蹋簶?gòu)建游戲和GUI
- Arduino家居安全系統(tǒng)構(gòu)建實(shí)戰(zhàn)
- 青少年信息學(xué)競賽
- AIRIOT物聯(lián)網(wǎng)平臺開發(fā)框架應(yīng)用與實(shí)戰(zhàn)
- TMS320LF240x芯片原理、設(shè)計(jì)及應(yīng)用