home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12517 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.2 KB  |  34 lines

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