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?
a simple way I often have routined in a program under development that are not called. This can often lead to an "embarrasment" (data overflow) which will not exist in the final product I handle this by bit Ralph = 0; if (ralph) { unused_function(): } Erik