Quote:
Originally posted by baronvongogo Did you try deleted the contents of the debug folder?
tried copy and pasting the code and creating a new project?
are you the admin on your pc and have full control?
do other c++ programs work?
have you tried bloodshed dev c++ to make sure it is a visual studio problem. |
The following should answer above:
1 I reboot PC
2 Create brand new, from scratch, default Hello World using App Wizard, I do not modify anything, just use what was generated by App Wizard.
3 Build & run (works great, no problems) Window with Hello World appears.
4 Leave App running
5 Build, get error about Unable to Write Executable file (because I left it running)
6 Try to close Visual Studio, get error that says Cannot close while build is still in progress. The only way I can stop Visual Studio is to CTRL ALT DEL, VS thinks that linker is still running, and is waiting for it to finish. (It actually did finish, but VS doesn't realize that).
Step 6 is my problem that I am trying to solve.