Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C++ and Visual C++ > C++ Programming
|
C++ Programming General discussions for the C++ language. For questions specific to Microsoft's Visual C++ variant, see the Visual C++ forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C++ Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old January 18th, 2012, 01:53 PM
Authorized User
 
Join Date: Jan 2012
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation I can't build my project. I get an error!

Hi I have created a Visual C++ Win32 Console application. I am using MS Visual Studio 2008
The code is:
Code:
// Ex1_01.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include <iostream>

int _tmain(int argc, _TCHAR* argv[])
{
	std::cout << "Hello world!\n";
	return 0;
}
When I build the project I get the error:

1>Project : error PRJ0003 : Error spawning 'cmd.exe'.

Please help. thanks!

Last edited by BlueTower; January 18th, 2012 at 01:56 PM..
Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter11 Earthquake project did not build. How I got it working burtbick BOOK: Professional Android Application Development ISBN: 978-0-470-34471-2 2 October 30th, 2010 05:21 AM
VB2005 Project Build Error ashg657 Visual Basic 2005 Basics 1 August 6th, 2006 06:57 PM
How to build project ? kubadebe Visual C++ 2005 0 May 9th, 2006 03:44 AM
I cant build and start my project snowydust VB.NET 2002/2003 Basics 1 November 28th, 2004 04:23 AM
How to Build Project Lee8mm VS.NET 2002/2003 2 July 2nd, 2003 07:18 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.