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

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!micro-heart-of-gold.mit.edu!uw-beaver!lynx.cs.washington.edu!andrewb
  3. From: andrewb@lynx.cs.washington.edu (Andrew Berg)
  4. Subject: Re: Distributing TPUs
  5. Message-ID: <1992Dec26.124053.23373@beaver.cs.washington.edu>
  6. Sender: news@beaver.cs.washington.edu (USENET News System)
  7. Organization: Computer Science & Engineering Dept., Univ. of Washington, Seattle
  8. X-Newsreader: TIN [version 1.1 PL8]
  9. References: <Bzq09F.4HJ@news.cso.uiuc.edu>
  10. Date: Sat, 26 Dec 92 12:40:53 GMT
  11. Lines: 37
  12.  
  13. Alan Mead (amead@s.psych.uiuc.edu) wrote:
  14. : dmurdoch@mast.queensu.ca (Duncan Murdoch) writes:
  15.  
  16. : >In article <1992Dec21.135420.10280@discus.technion.ac.il> s2942275@techst02.technion.ac.il (Yaniv Golan) writes:
  17. : >>
  18. : >>I want to distribute a TP unit which uses a second unit. I do not want
  19. : >>to distribute the second unit with it, only the first TPU. Can it be done ?
  20.  
  21. Distributing just a .TPU is fine, but please be sure to document it really
  22. well.
  23.  
  24. : This makes it sound like you are distributing COMPILED units.  You could
  25. : release the source to unit 1 and the compiled .TPU to unit 2 (the one you
  26. : are reluctant to distribute) and all would be well (as long as your users
  27. : use EXACTLY the same version of TP).
  28.  
  29. This really isn't a big deal when you consider that there are really only 3
  30. versions of TP to distribute for.
  31.  
  32. : >give your program a much wider audience by distributing it in source form, 
  33. : >perhaps without giving away source to external .OBJ files.
  34.  
  35. : Why doesn't Turbo Pascal produce a OBJ file?  Does Borland Pascal?  I
  36. : think this is a really serious drawback.  (I think I know the
  37. : advantages of a TPU--dynamic code deletion etc).
  38.  
  39. The advantage of a TPU is that it is a lot faster, and can contain interface
  40. code (which a OBJ can't very easily).
  41.  
  42. : -alan
  43.  
  44. --
  45.  
  46. andrewb@cs.washington.edu
  47.  
  48.  
  49.  
  50.