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
────────────────────────────────────────────────────────────────────────────
 
     Fatal LINK error L1044
 
     imported-name table overflow
 
     The size of the imported-names table exceeds 65,535 bytes.
 
     An entry in the imported-names table is made for each new name
     given in the IMPORTS section, including the module names, and
     consists of the name plus one byte.
 
     Reduce the number of imports.
                                    -♦-