Run-Time and Math Errors Help (runerr.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.
R6018
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     C/FORTRAN Run-Time Error R6018
 
     unexpected heap error
 
     The program encountered an unexpected error while performing a
     memory-management operation.
 
     This error usually occurs if the program inadvertently alters the
     run-time heap data. However, it can also be caused by an internal
     error in the run-time or operating-system code.
 
     If your compiler provides a library containing _heapchk and
     _heapwalk, you can use these functions to diagnose this error.
                                    -♦-