◄Up► ◄Contents► ◄Index► ◄Back► ─────LINK─────────────────────────────────────────────────────────────────── Syntax: /ST[ACK]:number The /STACK option sets the stack size in the program. Specify <number> bytes as a positive even value up to 64K-2. The default varies with the language. For C programs, the default stack size is 2K (2,048 bytes). Do not specify /STACK for a DLL. See: ◄Entering Numeric Arguments► NOTE: You can also use the EXEHDR utility to set the stack size. See: ◄EXEHDR► -♦-