This topic explains how to prepare applications created with Embarcadero Delphi XE6 - XE8 and 10 - 10.2 for AQtime. To learn how to prepare applications created with other Delphi versions, see. To prepare a Delphi application for AQtime, first of all, you need to make sure that it includes debug information. Follow these steps: • Open your project in Delphi.
Compiler directives are special syntax comments we can use to control the features of the Delphi compiler. The Delphi compiler has three types of directives: switch directives, parameter directives and conditional directives. Conditional compilation lets us selectively compile parts of a source code depending on which conditions are set.
• Activate the configuration that you use to build the debug version of your application. To do this, right-click the Project_Name > Build Configurations > Debug_Configuration node in the Project Manager and select Activate from the context menu. Note: You can build your application in any configuration, not just in the debug one.