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.
L4004
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK warning L4004
 
     possible fixup overflow at 'offset' in segment 'segment'
 
     A near call or jump was made to another segment which was not a
     member of the same group as the segment from which the call or
     jump was made.
 
     This can cause an incorrect real-mode address calculation when the
     distance between the paragraph address (frame number) of the
     segment group and the target segment is greater than 64K, even
     though the distance between the segment where the call or jump was
     actually made and the target segment is less than 64K.
                                    -♦-