home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / c / 19488 < prev    next >
Encoding:
Text File  |  1993-01-10  |  768 b   |  24 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!hela.iti.org!ais.org!kelson
  3. From: kelson@ais.org (David Lewis)
  4. Subject: Borland C++ 3.0 and fixed stack size.
  5. Message-ID: <C0MEqw.M8p@ais.org>
  6. Organization: UMCC
  7. Date: Sun, 10 Jan 1993 04:20:54 GMT
  8. Lines: 14
  9.  
  10.  
  11.  
  12.   I have TurboC++ 3.0, and Autocad 12.  I was attempting to write a 
  13. real mode program to run inside of Autocad and everything worked
  14. great except for the fact of if you shelled out of autocad, autocad
  15. would crash.  According to the docs you have to make the programs
  16. memory layout the same as if you were writing a TSR in order for it
  17. NOT to crash (fixed stack size and dynamically allocated heap on top
  18. of the program).  I am not really sure how to do this... can anyone
  19. give any insight?
  20.  
  21.   Thanks
  22.     --David
  23.  
  24.