◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Fatal error C1061 compiler limit : blocks nested too deeply Nested blocks in the program exceeded the nesting limit allowed by the compiler. This error occurs only with the /f or /qc fast-compilation option. Rewrite the program, putting one or more nested blocks into a separate function, or recompile the program without the /f or /qc option. -♦-