Add support for Delphi 64 bit (dcc64)

Issue #8 resolved
Marius van Zwijndregt created an issue

Currently, by default, the 32bit version (dcc32) is used by default. Add support for configuring the Delphi 64 bit/ crosscompiler (dcc64)

Comments (1)

  1. George Bakhtadze repo owner

    In v1.22 you can set "Compiler command" option in SDK and point it to dcc64 or anything else. In order to use x64 compiler 64-bit RTL libraries should be specified in classpath of the SDK instead of 32-bit ones.

  2. Log in to comment