errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Fatal error C1010
 
     compiler limit : macro expansion too big
 
     The expansion of a macro exceeded the available space.
 
     Produce a preprocessor listing using the /P option and check to
     see if the expanded text is too large.
 
     Try to split up the macros into simpler macros, or to remove
     nonessential space and tab characters from macro definitions used
     in the expansion.
                                    -♦-