Help Me Please?

Once I have edited a cpp file and try to compile it I get an error in vc++ 6:

Linking…
LINK : fatal error LNK1104: cannot open file “Debug/framework.exe”
Error executing link.exe.

The file does exist!!!
Whats wrong.
I get this every time now@@@

try to select under “projekt” an option, called “clean-up project” or “delete temp files” (i don’t know the exact name of this menu-selection, caus’ im here in germany and my version is germany-languaged)
And then choose under “build” an option called “rebuild all” or “compile all” - perhaps this will fix your error; it seems that there is a bug within the old-exe.
(i may be wrong, too)

It is saying that it can not open file.

one problem could be that the file was left open, durring a previous operation. You can try closeing windows and rebooting the computer.

the program is framework.exe is running, do a ctrl+alt+delete and check to see if it is in memory… if so choose “end” program.

Originally posted by lost-:
[b]Once I have edited a cpp file and try to compile it I get an error in vc++ 6:

Linking…
LINK : fatal error LNK1104: cannot open file “Debug/framework.exe”
Error executing link.exe.

The file does exist!!!
Whats wrong.
I get this every time now@@@[/b]