ID Number: Q75680
3.00
WINDOWS
Summary:
In the Programmers Workbench (PWB), the Link Options dialog has a
Stack Size field. This value should be left at the default setting of
2048.
This option corresponds to the Microsoft linker /STACK switch, which
is not compatible with Windows program development. When the default
Stack Size is specified, PWB does not use the linker /STACK switch.
To change the size of the stack for a Windows application, use the
STACKSIZE statement in the module definition (DEF) file.