Author Topic: May this be a bug?  (Read 3262 times)

Offline chihuyu

  • Single posting newcomer
  • *
  • Posts: 3
May this be a bug?
« on: January 16, 2008, 12:49:03 pm »
As can be seen in the picture, sometimes I get the " proceed terminated with status ......" in red.It doesn't influence the execution of the program.I know It should be in blue. It is after I try the latest verion that this happens.May this be a bug? Thanks.

[attachment deleted by admin]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: May this be a bug?
« Reply #1 on: January 16, 2008, 01:48:06 pm »
No that's not a bug.
A return-code different from "0" is normally an error, so the line becomes red.
What you return when you leave your main-procedure depends on your program-code (maybe you return an unitialised variable?) and is not C::B related.