Visual Studio Error using Vistual Studio 2008 Pro no cmd.exe ?

Started by
1 comment, last by aleisterbukowski 14 years, 10 months ago
Hi, I'm currently working on a game in Visual C++, and as I was compiling it I was received the following error.

Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.

I thought at first I read the wiki incorrectly, so I made a simple console hello app, but then when I tried to build it I recieved the same error of

Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.

I'm completely baffled by this error, and I'm thinking could it be that I'm running Visual Studio 2010 on my second hard drive, but I installed it through the hard drive that is currently running VS 08 ? [/source]
Advertisement
This can help you?

http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/8f6d94d5-a6c7-423f-aabe-5119a45939f2

http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/24604bef-3632-47c3-97db-ee229f77a24c

http://yurimahgi.spaces.live.com/blog/cns!6F2E6C72AEFB319!207.entry?wa=wsignin1.0&sa=875350646 ( removes the embeded manifest )
I'm thinking it's the "Make File" tool I'm trying to use.

Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"


http://www.palib.info/wiki/doku.php?id=day1

and I have followed the steps verbatim, but haven't been able to successfully build the project. I get the wizard app started, I get the IntelliSense, but when I build it I get the following error.

I'm reading this wiki http://www.palib.info/wiki/doku.php?id=day1

This topic is closed to new replies.

Advertisement