LINK Help (linkx.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.
Module Statements
                                             Up Contents Index Back
─────Module Statements──────────────────────────────────────────────────────
 
     Statement     Purpose
 
     NAME          Names the application
     LIBRARY       Names the DLL
     DESCRIPTION   Embeds text in the file
     STUB          Adds a DOS executable file to the file
     APPLOADER     Replaces the default Windows loader
     EXETYPE       Identifies the target operating system
     PROTMODE      Specifies a protected-mode application or DLL
     REALMODE      Supported for compatibility
     STACKSIZE     Sets stack size in bytes
     HEAPSIZE      Sets local-heap size in bytes
     CODE          Sets default attributes for all code segments
     DATA          Sets default attributes for all data segments
     SEGMENTS      Sets attributes for specific segments
     OLD           Preserves ordinals from a previous DLL
     EXPORTS       Defines exported functions
     IMPORTS       Defines imported functions
 
     See: Reserved Words
                                    -♦-