Microsoft Utilities Errors Help (utilerr.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.
L2003
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK error L2003
 
     near reference to far target at 'offset' in segment 'segment'
     pos: 'offset' target external 'name'
 
     The program issued a near call or jump to a label in a different
     segment.
 
     This error occurs most often when specifically declaring an
     external procedure to be near that should be declared as far.
 
     This error can be caused by compiling a small-model C program with
     CL's /NT option.
                                    -♦-