home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5753 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: Norway.EU.net!usenet
  2. From: patrick.hanevold@login.eunet.no (Patrick Hanevold)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Ceck out this bug. What the *** is SASC/6.56 doing?
  5. Date: 19 Mar 1996 18:46:47 GMT
  6. Organization: EUnet Norway
  7. Message-ID: <755.6652T1180T2805@login.eunet.no>
  8. References: <1120.6643T91T406@login.eunet.no> <885.6646T9T693@login.eunet.no>
  9.     <Do9Fy0.HGp@unx.sas.com> <828.6649T501T491@login.eunet.no> <DoGt57.IzK@unx.sas.com>
  10. NNTP-Posting-Host: pc6.asker-pm2-1.eunet.no
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13.  
  14. >I disagree.  It should be the maximum amount of stack that any system
  15. >function or SAS/C library function will use.  1k should be plenty.  You
  16. >don't want to set _STKNEED too high, or you'll end up reallocating too
  17. >often.
  18.  
  19. Well, its a little dificult subject.
  20.  
  21. >You should change the value in your code by adding the following line
  22. >external to any function:
  23.  
  24. >   long _STKNEED = 1024;
  25.  
  26. Yeah, it will do, but its a litte anoying having it in the source though.
  27.  
  28. --
  29. ..    Patrick Hanevold - VR developer - patrick.hanevold@login.eunet.no   ///
  30. ....  Amiga and official Be developer - Visual Technologies           \\\///
  31. ......               Wish I could have a picture here.                 \X//
  32.               <sb>A1200/030/50MHz/34MB/1.3GB Iomega ZIP
  33.  
  34.