Microsoft Utilities Errors Help (utilerr.hlp) (Topic list)
R6018
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Run-time error R6018
 
     unexpected heap error
 
     The process encountered an unexpected error while performing a
     memory-management operation.
 
     This error usually occurs if the process 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.
                                    -♦-