Project : error PRJ0003 : Error spawning 'cmd.exe'
What is it Is it problem with download, or something else I have screenshot of this, but I don't know how to upload it
Project : error PRJ0003 : Error spawning 'cmd.exe'
What is it Is it problem with download, or something else I have screenshot of this, but I don't know how to upload it
Problem with the Visual C++
Eric Gilbertson
AlexeiOstrov
sajal2000
Take a look at the following previous post thatdeals with similar issue:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=3147&SiteID=1
Hope this helps!
Thanks, Ayman Shoukry VC++ TeamDanielEmerson
// print6.cpp : main project file.
#include
"stdafx.h"#include
<iostream>using
namespace std;int
main() {cout <<
"Never fear, C++ is here"; return 0;}
That's it