home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12552 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.1 KB

  1. Path: sparky!uunet!portal!lll-winken!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!uakari.primate.wisc.edu!aplcen.apl.jhu.edu!anagld!sammy
  2. From: sammy@anagld.analytics.com (Sam Blackburn)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: turboc help please.
  5. Message-ID: <1571@anagld.analytics.com>
  6. Date: 20 Aug 92 02:17:27 GMT
  7. References: <1992Aug18.083908.6293@npal.rn.com> <1992Aug19.093349@shovel.Prime.COM>
  8. Organization: Computer Sciences Corporation - Systems Engineering Division
  9. Lines: 12
  10.  
  11. tim@shovel.Prime.COM (Tim Cantin) writes:
  12.  
  13. >I did the same thing when I started coding my first large application.
  14. >This is a common problem... try making several source files, and using a
  15. >project file (.prj) instead of putting everything in one file (messy). Check
  16. >out the manual (or online help) for info on .prj files or 'make' (f9 key).
  17.  
  18. I'm glad I'm not the only one who ran into this little undocumented feature.
  19. I had to give up on PRJ fiels altogether and go with make files.  BC 2.0 
  20. would even go so far as to wipe out my PRJ file!  Real nasty of it.  I haven't 
  21. had any problem running from a make file.  Be sure to use bccx for maximum use
  22. of system RAM.
  23.