◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler warning (level 1) C4143 pragma 'same_seg' not supported; use __based allocation The same_seg pragma is not supported with the /f or /qc fast- compilation command-line options. To avoid this warning, use based pointers to specify the segment for external far variables. This warning can also be avoided by removing the /f or /qc command-line option. -♦-