i am work on visual c++ 6
and after i do some build on my file
i get a fatal error
Linking...
LINK : fatal error LNK1168: cannot open Debug/Window.exe for writing
what is the broblem
and how i can fix it
plizzzzzzzz
jelp me
thanx
Printable View
i am work on visual c++ 6
and after i do some build on my file
i get a fatal error
Linking...
LINK : fatal error LNK1168: cannot open Debug/Window.exe for writing
what is the broblem
and how i can fix it
plizzzzzzzz
jelp me
thanx
I get that sometimes, I suggest you go into the debug folder for your project and delete the .exe.
Should compile then and create a new .exe
You still have the program (or at least a thread) still running....
Press Ctr-Alt-Del and see if your program is still running.
Now why didn't I think of that, DOH!Quote:
You still have the program (or at least a thread) still running....
Press Ctr-Alt-Del and see if your program is still running.
No That not the ProblemQuote:
You still have the program (or at least a thread) still running....
Press Ctr-Alt-Del and see if your program is still running.
even after i restarted my computer
it gives me the error
another possibility is that you've made the .exe read only, check that
Or that the folder is not valid / right.
Look at the project setting for working folder and exe folder.
Project->Settings->Debug Then set the folder using the browse button.