gioma 20 Posted Friday at 10:24 AM (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 Friday at 10:27 AM by gioma Share this post Link to post
gioma 20 Posted Friday at 10:31 AM 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
dummzeuch 1649 Posted Friday at 10:37 AM (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 Friday at 10:38 AM by dummzeuch 1 Share this post Link to post
Lajos Juhász 322 Posted Friday at 10:39 AM Same on my system 2 different exe files. 1 Share this post Link to post
gioma 20 Posted Friday at 10:53 AM 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
dummzeuch 1649 Posted Friday at 11:28 AM 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
gioma 20 Posted Friday at 12:58 PM 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