Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> stack</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 STACK
------------------------------------------------------------------------------
 Purpose:
 Specify stack size of .EXE file.

 Syntax:
 STACK <nuSize>

 Default:
 Determined by compiler.

 Description:
 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.

 Note for Borland C++:
 The stack size of a Borland C++ program must be set from within the program
 code, not by the STACK link command. Please refer to the Borland
 documentation for details.

 Notes for CA-Clipper:
 For CA-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 CA-Clipper programs is 5120 bytes,
 which corresponds to a PROCEDURE DEPTH of approximately 50.

 Example:
 STACK 6148     # Set stack size to 6148 bytes

See Also: BLINKER PROCEDURE DEPTH

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson