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.
L2028
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK Error L2028
 
     automatic data segment plus heap exceed 64K
 
     The size of the sum of the following exceeds 64K:
 
        ■ Data declared in DGROUP
 
        ■ The size of the heap specified in the HEAPSIZE statement in
          the module-definition (.DEF) file
 
        ■ The size of the stack specified in either the /STACK option
          or the STACKSIZE statement in the .DEF file
 
     Reduce near-data allocation, HEAPSIZE, or stack.
                                    -♦-