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