1. vs2008 Compilation
Hour
"
Error prj0003: An error occurred while generating cmd.exe.
"Problem
Solution
I
:
Tools-> options-> projects and solutions-> VC ++ directory, add the following in the executable file bar:
Three
Path: $(systemroot)/system32
$ (Systemroot)
$ (Systemroot)/system32/WBEM
Solution 2:
Change $ (PATH) to $ (systemroot)/system32; $ (systemroot)/system32/WBEM
2,
The DOS window disappears when vs2008 runs the C ++ program.
Solution 1:
When the program contains iostream, you can add the system ("pause") statement before the return statement in the main function ");
Solution 2:
Add getchar (); to the last row of the main function. If one fails, add a few more.
3,
Vs2008 Compilation
Msvcp90d. dll not found
Problems
Solution:
A Microsoft Bug...
You can recompile the project,
Remember
Project must be put into NTFS partition
!
If it doesn't work, change the debug mode to the release mode.
.