C/C++ Compiler (cl.hlp) (Table of Contents; 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.
C1015
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Fatal error C1015
 
     compiler limit : too many segments
 
     Too many segments were opened.
 
     This error occurs only with the /f or /qc fast-compilation options
     or with the /Oq p-code generation option.
 
     There are several ways to correct this situation:
 
        ■ Reduce the number of segments used by your program.
 
        ■ Separate the source code into multiple files so that fewer
          segments are referenced in a single module.
 
        ■ Recompile the program without the /f, /qc, or /Oq command-
          line option.
                                    -♦-