[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
C3023 Too many labels
Explanation: This error can occur if you are using automatic
compilation to compile too many program (.prg) files into a single
object (.OBJ) file at one time.
Action: Some suggestions to resolve the problem are:
1. Try breaking up the compile into two or more smaller groups of files.
2. Change your overall program building strategy to use single-file
compilation where a single program (.prg) file is compiled into a
single object (.OBJ) file. To compile using single-file compilation
mode, use the /M option.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson