Microsoft Utilities Errors Help (utilerr.hlp) (Topic list)
L1075
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Fatal LINK error L1075
 
     entry table exceeds 64K-1
 
     The entry table exceeded the limit of 65,535 bytes.
 
     There is an entry in this table for each exported routine. The
     table also includes an entry for each address that is the target
     of a far relocation, when one of the following conditions is true:
 
        ■ The target segment is designated IOPL (specific to OS/2).
 
        ■ PROTMODE is not enabled and the target segment is designated
          MOVABLE (specific to Windows).
 
     Declare PROTMODE if applicable, or reduce the number of exported
     routines, or make some segments FIXED or NOIOPL if possible.
                                    -♦-