home *** CD-ROM | disk | FTP | other *** search
- 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
- From: sammy@anagld.analytics.com (Sam Blackburn)
- Newsgroups: comp.lang.c
- Subject: Re: turboc help please.
- Message-ID: <1571@anagld.analytics.com>
- Date: 20 Aug 92 02:17:27 GMT
- References: <1992Aug18.083908.6293@npal.rn.com> <1992Aug19.093349@shovel.Prime.COM>
- Organization: Computer Sciences Corporation - Systems Engineering Division
- Lines: 12
-
- tim@shovel.Prime.COM (Tim Cantin) writes:
-
- >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).
-
- I'm glad I'm not the only one who ran into this little undocumented feature.
- I had to give up on PRJ fiels altogether and go with make files. BC 2.0
- would even go so far as to wipe out my PRJ file! Real nasty of it. I haven't
- had any problem running from a make file. Be sure to use bccx for maximum use
- of system RAM.
-