"Delphi compiler not found" Delphi Rio

How to set Delphi compiler run from C:\Delphi\Bin\brcc32.exe
I am using Delphi XE3 and want to set new compiler to Delphi Rio in same computer.
Delphi Rio installing just the command line compiler and libraries.

FinalBuilder looks in the registry to find the install location of Delphi, if you are just copying the command line compiler etc, you will need to copy the registry entries from a working install to the new one :

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Embarcadero\BDS\20.0

You will also need to set the RootDir string value to the folder where you copied Rio to, e.g c:\Delphi

and also copy the following entry

HKEY_CURRENT_USER\Software\Embarcadero\BDS\20.0

Without this FinalBuilder has no way to know where delphi is or what the library path etc is.

1 Like