◄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. -♦-