error

Hi! sorry for this newbie question. Im using Visual C++ 6 and trying to compile my first program, hello world! But this keeps coming up! whats wrong?


--------------------Configuration: test2 - Win32 Debug--------------------
Linking...
LINK : fatal error LNK1104: cannot open file "Debug/hello world.exe"
Error executing link.exe.

hello world.exe - 1 error(s), 0 warning(s)
Last edited on
Close the instance of the program before attempting to recompile.

Oh, and I would suggest getting a newer compiler. Preferably one that's less than 13 years old.
http://www.microsoft.com/express/Downloads/#2008-Visual-CPP
Topic archived. No new replies allowed.