The thread 0xDE8 has exited with code "X"意义

Code  Meaning  
0  No error (possibly a warning)  
1  Incomplete build (issued only when the /K option is used)  
2  Program error, possibly due to one of the following:

A syntax error in the makefile 
An error or exit code from a command 
An interruption by the user 
 
4  System error – out of memory  
255  Target is not up-to-date (issued only when the /Q option is used) 

你可能感兴趣的:(thread)