home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / pascal / 7757 < prev    next >
Encoding:
Text File  |  1992-12-30  |  957 b   |  26 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cs.utexas.edu!torn!news.ccs.queensu.ca!slip206.telnet1.QueensU.CA!dmurdoch
  3. From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
  4. Subject: Re: To truncate or not to truncate. That is the question?
  5. Message-ID: <dmurdoch.269.725770288@mast.queensu.ca>
  6. Lines: 14
  7. Sender: news@knot.ccs.queensu.ca (Netnews control)
  8. Organization: Queen's University
  9. References: <1992Dec30.210553.9807@ac.dal.ca>
  10. Date: Thu, 31 Dec 1992 02:51:29 GMT
  11.  
  12. In article <1992Dec30.210553.9807@ac.dal.ca> asuncion@ac.dal.ca writes:
  13. >
  14. >I tried loading source code into turbo, but turbo said that the code was too
  15. >big to enter the editor buffer and asked me if I wanted to truncate the code.
  16. >What do I do to compile it?
  17.  
  18. Lots of choices:
  19.  
  20.  -  The command line compiler TPC has no file size limits.  
  21.  -  TP 6.0 and BP 7.0 have limits that are usually so large they 
  22. don't matter.  
  23.  -  Split your source into units or include files.
  24.  
  25. Duncan Murdoch
  26.