Microsoft Utilities Errors Help (utilerr.hlp) (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.
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.
                                    -♦-