I am using Delphi XE4 Update 1. When I build and run a simple VCL application compiled with Win64 platform on Windows 8. I encountered an error:
"Unable to create process: ...\project1.exe"
However, it works if I run the project1.exe without debugging.
I have tried to figure out what happens but failed to rectify the problem.
I have tried these:
Uninstall and reinstall XE4
I run
C:\Program Files (x86)\Embarcadero\RAD Studio\11.0\bin\dbkw64_18_0.exeand it flash a while and close without any errors. Other Window 8 machine will run the program and stay in the desktop.I reset Window 8 Firewall rules. When I run the app in debugger, it didn't prompt me the usual firewall rules dialog.
I add a Firewall rules for
dbkw64_18_0.exeand but it doesn't workWhen I attempt to debug the app with Win64 platform, a new process
rmtdbg180.exeis created. Each attempt to start the app in debugger will create a newrmtdbg180.exeprocess. This doesn't happen on other Windows 8 machine.
Anyone has ideas what happen to my machine?
dbkw64_18_0.exeis installed default location:C:\Program Files (x86)\Embarcadero\RAD Studio\11.0\bin. It has local Administrators group as well. - Chau Chee YangAQTimebefore on my machine but I have uninstalled it. - Chau Chee Yang