Tuesday, July 28, 2009

How do I solve an error PRJ0003 in Visual C++ express to build my project?

I was trying to write and build my project in visual c++ express but I keep getting an error message called (error PRJ0003 cmd.exe). if you can help me in solving this I will be very glad.





Thank you very much

How do I solve an error PRJ0003 in Visual C++ express to build my project?
Visual C++ Concepts: Building a C/C++ Program


Project Build Error PRJ0003





Error Message


Error spawning 'command line'.








A command, command line, which was formed from input in the Property Pages dialog box, returned an error code but no information will appear in the Output window.





Possible reasons for this error:





Low system resources. Close some applications to resolve this.





Insufficient security privileges. Verify that you have sufficient security privileges.





The executable paths specified in VC++ Directories do not include the path for the tool that you are attempting to run.





For makefile projects, you are missing a command to run on either Build Command Line or Rebuild Command Line.








Go to the link atthe bottom for more resources.
Reply:Error spawning 'command line'.





A command, command line, which was formed from input in the Property Pages dialog box, returned an error code but no information will appear in the Output window.





Possible reasons for this error:





Low system resources. Close some applications to resolve this.


Insufficient security privileges. Verify that you have sufficient security privileges.


The paths specified in VC++ Directories do not include the location of the lib.exe file.

pink

No comments:

Post a Comment