home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / tools / 926 < prev    next >
Encoding:
Text File  |  1992-09-10  |  804 b   |  20 lines

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