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