◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── C/FORTRAN Run-Time Error R6012 illegal near-pointer use A null near 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. -♦-