View Single Post
  #1  
Old 01-18-2005, 06:37 AM
Kups Kups is online now
Registered User
 
Join Date: 01-18-2005
Posts: 1
Question '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!
Reply With Quote