Microsoft Utilities Errors Help (utilerr.hlp) (Topic list)
R6000
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Run-time error R6000
 
     stack overflow
 
     The program has run out of stack space. This can occur when a
     program uses a large amount of local data or is heavily recursive.
 
     There are several ways to allocate a larger stack:
 
        ■ Recompile using the /F compiler option.
 
        ■ Relink using LINK's /STACK option.
 
        ■ Run EXEHDR on the program using the /STACK option.
                                    -♦-