home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!cs.utexas.edu!torn!news.ccs.queensu.ca!slip206.telnet1.QueensU.CA!dmurdoch
- From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
- Subject: Re: To truncate or not to truncate. That is the question?
- Message-ID: <dmurdoch.269.725770288@mast.queensu.ca>
- Lines: 14
- Sender: news@knot.ccs.queensu.ca (Netnews control)
- Organization: Queen's University
- References: <1992Dec30.210553.9807@ac.dal.ca>
- Date: Thu, 31 Dec 1992 02:51:29 GMT
-
- In article <1992Dec30.210553.9807@ac.dal.ca> asuncion@ac.dal.ca writes:
- >
- >I tried loading source code into turbo, but turbo said that the code was too
- >big to enter the editor buffer and asked me if I wanted to truncate the code.
- >What do I do to compile it?
-
- Lots of choices:
-
- - The command line compiler TPC has no file size limits.
- - TP 6.0 and BP 7.0 have limits that are usually so large they
- don't matter.
- - Split your source into units or include files.
-
- Duncan Murdoch
-