[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
STACK
------------------------------------------------------------------------------
Purpose : Specify stack size of .EXE file
Syntax : STACK <nuSize>
Default : Determined by compiler
Example : STACK 5120 # Set stack size to 5120 bytes
The STACK command is used to specify to Blinker in DECIMAL the stack
size in bytes required by the program .EXE file. Please note that the
stack size is specified in DECIMAL, whereas the Microsoft Link stack
size is specified in HEX. Therefore, a stack size of 1000 with Microsoft
Link would directly equate to a stack size of 4096 with Blinker.
Notes for Clipper: For Clipper developers, a preferable way of
increasing the stack size and therefore the maximum depth of procedure
calls is to use the BLINKER PROCEDURE DEPTH command.
BLINKER's default stack size when linking Clipper programs is 5120
bytes, which corresponds to a PROCEDURE DEPTH of approximately 50.
See Also:
PROCEDURE DEPTH
PROCEDURE DEPTH EXCEEDED
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson