◄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. -♦-