qcenv.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Warning Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Warning: A4134
     multiple segments of class 'CODE' in module
 
     More than one segment with class name 'CODE' was found in a
     module. Although multiple code segments within a module are
     supported in large memory model, the use of these segments may
     inhibit debugging. The QuickC debugger may not be able to trace
     into procedures in this module and may have trouble setting
     breakpoints. The assembler does not issue this warning unless you
     are assembling with debugging or line-number information on.
 
     To continue using debugging tools, combine all the code segments
     in the module into one segment, or move some of the segments to
     different modules.
                                    -♦-