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
────────────────────────────────────────────────────────────────────────────
 
     LINK warning L4050
 
     too many public symbols for sorting
 
     The linker uses the stack and all available memory in the near
     heap to sort public symbols for the /MAP option. If the number of
     public symbols exceeds the space available for them, this warning
     is issued and the symbols are not sorted in the map file but are
     listed in an arbitrary order.
 
     Reduce the number of symbols.
                                    -♦-