Thread: error PRJ0003 : Error spawning 'cmd.exe'.

  1. #16
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Umm, that's not really a solution. As it says, it uses the last previously successful build.
    It means you can't compile new code and run it. That kind of defies the purpose of the compiler, so something is still wrong and you have not found a solution to it.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  2. #17
    Registered User
    Join Date
    Dec 2008
    Posts
    10
    i am clueless on how to fix this right now : / any other ideas?

  3. #18
    Registered User
    Join Date
    Jan 2009
    Posts
    1
    I registered just to try and help you, because I had the exact same problem! I hope I am not too late :P

    In VS, go to

    tools>options>projects and solutions>VC++ Directories

    click the little folder button (new line) then in the new line that appears put:
    C:\Windows\System32\

    I had the exact same problem as you, but I just did that and now it works.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Communication with cmd.exe
    By Livijn in forum C++ Programming
    Replies: 16
    Last Post: 03-31-2007, 09:14 AM
  2. Unrestrict cmd.exe for normal users in XP
    By civix in forum Tech Board
    Replies: 4
    Last Post: 12-04-2006, 05:45 PM
  3. executing cmd.exe commands?
    By Dragoon_42 in forum C++ Programming
    Replies: 3
    Last Post: 11-03-2005, 12:22 PM
  4. cmd.exe
    By cnoob in forum C++ Programming
    Replies: 1
    Last Post: 06-08-2005, 12:23 PM
  5. Encapsulating cmd.exe
    By bennyandthejets in forum Windows Programming
    Replies: 4
    Last Post: 05-17-2005, 12:46 AM