problem when I build the .exe
I am using Visual C++ 6.0
so when I build the .exe I get this error
Deleting intermediate files and output files for project 'faffy - Win32 Debug'.
--------------------Configuration: faffy - Win32 Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
faffy.cpp
MainFrm.cpp
faffyDoc.cpp
faffyView.cpp
Generating Code...
Linking...
LINK : fatal error LNK1104: cannot open file "Debug/faffy.exe"
Error executing link.exe.
faffy.exe - 1 error(s), 0 warning(s)
I really don't know what's wrong. I'm new to C++ so hopefully this is a stupid mistake and simple to fix.
Re: problem when I build the .exe
- Does that folder exist? If not, create it
- Is the exe already running? If so kill it and compile again.
Re: problem when I build the .exe
Quote:
Originally Posted by wossname
- Does that folder exist? If not, create it
- Is the exe already running? If so kill it and compile again.
well, I'm sorry for the noobish reply but, what folder?
Re: problem when I build the .exe