home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.tools
- Path: sparky!uunet!caen!uakari.primate.wisc.edu!aplcen.apl.jhu.edu!jclark
- From: jclark@aplcen.apl.jhu.edu (S Clark james hawkin AAABBx)
- Subject: _stklen in Borland C++ is 16 more?
- Message-ID: <1992Sep10.200323.26011@aplcen.apl.jhu.edu>
- Summary: _stklen is 16 more than what I set to.
- Keywords: c++ borlandc stklen
- Organization: Johns Hopkins University
- Date: Thu, 10 Sep 92 20:03:23 GMT
- Lines: 8
-
- I have "extern unsigned _stklen = 0xFFFF;" in my program
- and I got "stack overflow" error when I tried to run this
- program. So I checked in Turbo Debugger and found out that
- _stklen is 16 more than what I specify. It did not have problem
- in past version of Borland C++. I am using Borland C++ 3.1.
- Jamie H. Clark
- jclark@aplcen.apl.jhu.edu
-
-