User forums > Using Code::Blocks
Error
(1/1)
Echo:
Process terminated with status 255
what does this mean?
MortenMacFly:
--- Quote from: Echo on September 23, 2010, 09:47:20 pm ---Process terminated with status 255
what does this mean?
--- End quote ---
The process you ran returned the exit code 255.
e.g.:
--- Code: ---int main(void)
{
return 255;
}
--- End code ---
...will do exactly this.
The exact interpretation of this code nobody except either the documentation of that program or the developer of tat program can provide. Please ask the appropriate person therefore. thanks.
Navigation
[0] Message Index
Go to full version