home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!hela.iti.org!ais.org!kelson
- From: kelson@ais.org (David Lewis)
- Subject: Borland C++ 3.0 and fixed stack size.
- Message-ID: <C0MEqw.M8p@ais.org>
- Organization: UMCC
- Date: Sun, 10 Jan 1993 04:20:54 GMT
- Lines: 14
-
-
-
- I have TurboC++ 3.0, and Autocad 12. I was attempting to write a
- real mode program to run inside of Autocad and everything worked
- great except for the fact of if you shelled out of autocad, autocad
- would crash. According to the docs you have to make the programs
- memory layout the same as if you were writing a TSR in order for it
- NOT to crash (fixed stack size and dynamically allocated heap on top
- of the program). I am not really sure how to do this... can anyone
- give any insight?
-
- Thanks
- --David
-
-