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.
L4057
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK Warning L4057
 
     stack specified for DLL; ignored
 
     A stack was specified for a dynamic-link library (DLL). Either
     the /STACK option was used on the command line or the STACKSIZE
     statement was used in the module-definition (.DEF) file. LINK
     ignored the specification and did not create a stack.
 
     A DLL does not have a stack.
                                    -♦-