errors.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.
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK error L2010
 
     too many fix-ups in LIDATA record
 
     The number of far relocations (pointer- or base-type) in an LIDATA
     record exceeds the limit imposed by the linker.
 
     This is typically produced by the DUP statement in a .ASM file.
     The limit is dynamic: a 1,024-byte buffer is shared by relocations
     and the contents of the LIDATA record; there are eight bytes per
     relocation.
 
     Reduce the number of far relocations in the DUP statement.
                                    -♦-