◄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. -♦-