Microsoft Utilities Errors Help (utilerr.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.
L4021
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK warning L4021
 
     no stack segment
 
     The program did not contain a stack segment defined with the STACK
     combine type.
 
     Normally, every program should have a stack segment with the
     combine type specified as STACK. This message may be ignored if
     there is a specific reason for not defining a stack or for
     defining one without the STACK combine type. Linking with versions
     of LINK earlier than version 2.40 might cause this message since
     these linkers search libraries only once.
                                    -♦-