Reply To: Compile error with D11

#2679
Ray Konopka
Keymaster

    Hi Wesley,

    I dug into this a little more and the problem is indeed with the GetIt installation that Embarcadero created for Delphi 11. The point is that Embarcadero is aware of the issue and are working on releasing a new GetIt package that fixes the problem.

    In the meantime, you can apparently workaround the issue by doing the following:

    >>>
    A temp fix is to:

    add $(BDSCatalogRepositoryAllUsers)\KonopkaControls-280-7.0\Source
    before $(BDSCatalogRepositoryAllUsers)\KonopkaControls-280-7.0\Lib\RX11\Win32 and
    $(BDSCatalogRepositoryAllUsers)\KonopkaControls-280-7.0\Lib\RX11\Win64
    Build your project
    << Ray