Soluling home   Document home

Delphi Platform File

Delphi Platform File

Use this dialog to add a new Delphi platform file.

Application or library file

Specifies the platform file. The file must be a compilation result of the same project as the main file of the source. For example, if the main file is the 32-bit Windows EXE (e.g., C:\Sample\Release\Win32\Project1.exe), the platform file must be the output file of the same project but different configuration (e.g., C:\Sample\Release\Win64\Project1.exe).

Click the ... button to select a file to be localized. Note! The Linux, macOS and iOS applications do not have any file extension and therefore they do not show in the file open dialog even if All supported files are selected in the file type combo box. To show the Linux, macOS and iOS files, select either Linux executable files or macOS or iOS executable files in the file type combo box.

DRC file

Specifies the DRC file of the above files. Only Windows and macOS applications and libraries use DRC files. iOS and Android files do not use. When using a platform that uses DRC files, you must specify a DRC file, and you have to make sure that your DRC files are always up to date.

Profile name

Speicifes the profile name for the Platform Assistant, if any.

Required

If checked, the platform file is required. It means that if the file does not exist (e.g., build server not having all configurations), Soluling writes a warning message to the log. If unchecked and the file does not exist, Soluling just skips the file.