Jump to content
Registration disabled at the moment Read more... ×
Sign in to follow this  
gioma

Delphi 12.3 : no longer compiles to 64 bit!

Recommended Posts

Posted (edited)

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
Posted (edited)
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×