#1
|
|||
|
|||
'Unable to locate Delphi compiler executable'
Hi!
I'm using Delphi 6. I installed Delphi 2005 trial to my computer. After uninstallation of Delphi 2005, Visual Build gives me a message: --------------------Starting Build: 'Reggy4.bld'-------------------- Building project step 'Tee EXE'... Unable to locate Delphi compiler executable Step 'Tee EXE' failed Build ended. Global macro DELPHIDIR = "C:\Program Files\Borland\Delphi6" and DELPHI ="%DELPHIDIR%\Bin\DCC32.exe" C:\Program Files\Borland\Delphi6\Bin\DCC32.exe exists. Can you please tell, from where the Visual Build gets the path to locate delphi compiler executable? Thank you! |
#2
|
|||
|
|||
The Make Delphi action does not use the DELPHI global macros to locate the Delphi compiler. See 'Override default compiler location' in this help topic for a description of how it is located: http://www.visualbuild.com/Manual/?delphioptionstab.htm
|
|
|