View Single Post
Old Oct 30th, 2005, 2:13 PM   #2
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 6 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
It means that the program executed exited with a status of EXIT_FAILURE (1) and not EXIT_SUCCESS (0) and an error occurred. Generally anything above 0 means the program failed...
__________________

tempest is offline   Reply With Quote