Reputation: 93
I installed Delphi XE3 on my computer, I create a new VCL Form Application and I tried to run it, just for test, and I had a F2039 saying that cannot create the file. The folder is not read-only, I did not installed any component or anything, I just have one other Delphi IDE on my machine (BDS 2006) and on it runs okay.
Could anyone help me?
Upvotes: 0
Views: 173
Reputation: 612784
My guess, confirmed by your comment, is that your anti-virus software is blocking Delphi from writing the executable file. It is of course possible that your Delphi is infected, but more likely this is just a false positive.
If this is a false positive, and if the anti-virus software will not relent, you may need to find a different anti-virus software.
Upvotes: 1