LINK Help (linker.hlp) (Table of Contents; 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.
L1075
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK Fatal Error L1075
 
     entry table exceeds 64K-1
 
     The entry table exceeded the limit of 65,535 bytes.
 
     The table contains an entry for each exported routine and for each
     address that is the target of a far relocation, when PROTMODE is
     not enabled and the target segment is designated MOVABLE.
 
     Declare PROTMODE if applicable, reduce the number of exported
     routines, or make some segments FIXED if possible.
                                    -♦-