Thread: This application failed to start... VS2005

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    203

    This application failed to start... VS2005

    http://www.google.com/search?hl=en&q...n+is+incorrect
    Ah microsoft, don't we all love them?
    This is a little warning for users of VS2005. Seems they wanted to do something new? Getting your programs to run on computers that don't have VS2005 installed is a bit of an annoyance. In the PSDK bin folder, there is a file called depends.exe you can use to figure out what dll's a program needs to run. I don't know much about compilers, but it seems many people are having problems with this.

  2. #2
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    no, only people deploying applications compiled for .NET 2.0 who are deploying to systems which don't have .NET 2.0 have problems.

    Same as compiling something for Win32 and then trying to run it on WfW.

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    203
    then I have something messed up with my settings?
    Code:
    int main()
    {
    	return 0;
    }
    Quote Originally Posted by Depends.exe
    HELLOWORLD.EXE
    KERNEL32.DLL
    MSVCR80.DLL
    MSVCRT.DLL
    NTDLL.DLL

  4. #4
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem with com application
    By amardon in forum C++ Programming
    Replies: 3
    Last Post: 10-06-2005, 05:50 AM
  2. cannot start a parameter declaration
    By Dark Nemesis in forum C++ Programming
    Replies: 6
    Last Post: 09-23-2005, 02:09 PM
  3. porting application from 32 bit to 64 bit error
    By gandalf_bar in forum Linux Programming
    Replies: 1
    Last Post: 09-14-2005, 09:20 AM
  4. MFC run application by clicking on file...
    By dug in forum Windows Programming
    Replies: 4
    Last Post: 12-02-2004, 04:33 AM
  5. Win application not very portable
    By swed in forum Windows Programming
    Replies: 5
    Last Post: 10-01-2001, 11:17 AM