Results 1 to 4 of 4

Thread: problem when I build the .exe

  1. #1

    Thread Starter
    New Member supaguy's Avatar
    Join Date
    May 2008
    Posts
    7

    Angry 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.

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    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.

  3. #3

    Thread Starter
    New Member supaguy's Avatar
    Join Date
    May 2008
    Posts
    7

    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?

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: problem when I build the .exe

    "Debug"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width