|
-
Oct 6th, 2008, 08:35 PM
#1
Thread Starter
New Member
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.
Last edited by supaguy; Oct 6th, 2008 at 08:41 PM.
-
Oct 7th, 2008, 12:41 PM
#2
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.
I don't live here any more.
-
Oct 7th, 2008, 02:11 PM
#3
Thread Starter
New Member
Re: problem when I build the .exe
 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?
-
Oct 8th, 2008, 08:20 PM
#4
Re: problem when I build the .exe
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|