errors.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.
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK warning L4047
 
     Multiple code segments in module of overlaid program incompatible
     with /CODEVIEW
 
     When debugging with CodeView, if there are multiple code segments
     defined in one module (.OBJ file) by use of the compiler #pragma
     alloc_text() and the program is built as an overlaid program, you
     can access the symbolic information for only the first code
     segment in overlay. Symbolic information for the rest of the code
     segments in overlay is not accessible.
                                    -♦-