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.
L2010
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK error L2010
 
     too many fixups in LIDATA record
 
     The number of far relocations (pointer- or base-type) in an LIDATA
     record exceeds the limit imposed by LINK.
 
     The cause is usually a DUP statement in an assembly-language
     program. 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.
                                    -♦-