home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!ukma!darwin.sura.net!jvnc.net!primerd.prime.com!shovel!tim
- From: tim@shovel.Prime.COM (Tim Cantin)
- Subject: Re: turboc help please.
- Message-ID: <1992Aug19.093349@shovel.Prime.COM>
- Followup-To: comp.lang.c
- Sender: tim@shovel (Tim Cantin)
- Organization: Prime Computer R&D
- References: <1992Aug18.083908.6293@npal.rn.com>
- Date: Wed, 19 Aug 1992 13:33:49 GMT
- Lines: 21
-
- > I have been running into a memory problem.
- > It stops compiling and says out of memory.
-
- I did the same thing when I started coding my first large application.
- This is a common problem... try making several source files, and using a
- project file (.prj) instead of putting everything in one file (messy). Check
- out the manual (or online help) for info on .prj files or 'make' (f9 key).
-
- > How do I change the memory available setting so I can use more of the 4 meg
- > of memory?
-
- If there was a way to do it (which I doubt), it would be in the manual.
-
- Good luck,
- -T
-
- --
- #include "stddisclaimer.h"
- /* Tim Cantin {uunet, csnet-relay}!primerd!tim || tim@s35.prime.com
- Prime Computer Inc. 10-21, 500 Old Conn. Path, Framingham, MA 01701 (USA) */
- flames > /dev/null 2>&1
-