[VC++90] Unablet to start program, cant find path specified?
Results 1 to 5 of 5

Thread: [VC++90] Unablet to start program, cant find path specified?

  1. #1
    Join Date
    Nov 2007
    Posts
    202

    Exclamation [VC++90] Unablet to start program, cant find path specified?

    Hi, I'm running on Vista.

    Im trying to compile my program using VC++2008 Express, but i get this error:
    ********************************************************
    *Visual C++ 2008 Express Edition | X |*
    ********************************************************
    * *
    *Unable to start program *
    * *
    * 'C:\Users\Admin\Documents\C++\projectname\Debug\projectname.exe' *
    * *
    * The system cannot find the path specified. *
    * ________ *
    * | OK | *
    * ---------- *
    ********************************************************
    How do I fix it?
    Last edited by ztein; May 25th, 2009 at 05:27 PM.

  2. #2
    Join Date
    Apr 2000
    Location
    Friern Barnet, London, England
    Posts
    46,565
    Does the file exist in that location?
    Nick.

  3. #3
    Join Date
    Nov 2007
    Posts
    202
    No, that is the problem.
    For some reason it doesnt want to create the .exe file when I compile it.

  4. #4
    Join Date
    Apr 2000
    Location
    Friern Barnet, London, England
    Posts
    46,565
    Try starting a new project and create a "hello world" application, and then see if that will compile OK.
    Nick.

  5. #5
    Join Date
    May 2009
    Posts
    1

    Same problem

    Quote Originally Posted by SuperSparks View Post
    Try starting a new project and create a "hello world" application, and then see if that will compile OK.
    I have the same problem, I did as you said and the problem continues....

    It would be nice if you could help me.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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