Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!agate!darkstar!saturn.ucsc.edu From: kyle@saturn.ucsc.edu (Kyle Smith) Newsgroups: comp.lang.c++ Subject: Turbo C++ ver 1.0 - _stklen Message-ID: <13238@darkstar.ucsc.edu> Date: 9 Mar 91 19:40:07 GMT Sender: usenet@darkstar.ucsc.edu Distribution: usa Organization: University of California, Santa Cruz Lines: 9 I have been trying to set _stklen in Turbo C++ 1.0. I put the line extern unsigned _stklen = 8196; in the global data section of module containing main(), however, it always causes the program to crash with a stack overflow message before ever reaching main. Can anyone help. l8r-kyle