Jump to content
Sign in to follow this  
gioma

Delphi 12.3 : no longer compiles to 64 bit!

Recommended Posts

Hello everyone,
today suddenly Delphi no longer compiles any project when I choose Windows 64-bit as target platform.

The error reported is the following:

 

[dcc64 Error] The specified task executable location "c:\program files (x86)\embarcadero\studio\23.0\bin\dcc64.exe" is invalid.

 

I searched in the Delphi configurations but I can't find where to set this parameter.

 

Does anyone know how I can fix this?

Edited by gioma

Share this post


Link to post

I searched for the exe and it is actually in this folder:

 

C:\Program Files (x86)\Embarcadero\Studio\23.0\bin64\

Share this post


Link to post
5 minutes ago, gioma said:

I searched for the exe and it is actually in this folder:

 

C:\Program Files (x86)\Embarcadero\Studio\23.0\bin64\

In my installation there are two different executables with that name, one is in bin the other in bin64.

 

I guess the one in bin64 is the experimental 64 bit compiler while the one in bin is the regular 32 bit compiler (both for generating 64 bit output).

Edited by dummzeuch
  • Like 1

Share this post


Link to post

I copied the file from another PC to that folder, now everything works.
It's a mystery how that file was deleted, it wasn't even in the recycle bin!

Thanks everyone.

Share this post


Link to post
34 minutes ago, gioma said:

It's a mystery how that file was deleted, it wasn't even in the recycle bin!

If I had to guess, I'd blame a virus scanner.

Share this post


Link to post
1 hour ago, dummzeuch said:

If I had to guess, I'd blame a virus scanner.

I thought about it, but I checked the antivirus log and there is no trace of any deletion action. mah!

Thank you!

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×