This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Uncalled Segment ,Ignored for Overlay Process error

I got 0 errors and 3 warnings after compilation, the three warnings were of the same kind :

Uncalled Segment ,Ignored for Overlay Process error. Is that something really serious or can i just ignore it?

Parents
  • Is that something really serious or can i just ignore it?

    well, what does it say?

    Uncalled Segment ,Ignored for Overlay Process error

    If that is all you have, you can ignore it. as your program grows, it may, in the end, create a data overflow error and then you are hosed.

    so, YES you can ignore it WHILE DEVELOPING, but will, eventually, have to get rid of it.

    Erik

Reply
  • Is that something really serious or can i just ignore it?

    well, what does it say?

    Uncalled Segment ,Ignored for Overlay Process error

    If that is all you have, you can ignore it. as your program grows, it may, in the end, create a data overflow error and then you are hosed.

    so, YES you can ignore it WHILE DEVELOPING, but will, eventually, have to get rid of it.

    Erik

Children