Microsoft Utilities Errors Help (utilerr.hlp) (Topic list)
R6013
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Run-time error R6013
 
     illegal far-pointer use
 
     An out-of-range far pointer was used in the program.
 
     This error only occurs if pointer checking is in effect. You can
     enable pointer checking with either the /Zr compiler option or the
     check_pointer pragma.
                                    -♦-