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

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!s.psych.uiuc.edu!amead
  3. From: amead@s.psych.uiuc.edu (Alan Mead)
  4. Subject: Re: Distributing TPUs
  5. References: <1992Dec21.135420.10280@discus.technion.ac.il> <dmurdoch.370.724951476@mast.queensu.ca>
  6. Message-ID: <Bzq09F.4HJ@news.cso.uiuc.edu>
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Organization: UIUC Department of Psychology
  9. Date: Wed, 23 Dec 1992 16:24:50 GMT
  10. Lines: 20
  11.  
  12. dmurdoch@mast.queensu.ca (Duncan Murdoch) writes:
  13.  
  14. >In article <1992Dec21.135420.10280@discus.technion.ac.il> s2942275@techst02.technion.ac.il (Yaniv Golan) writes:
  15. >>
  16. >>I want to distribute a TP unit which uses a second unit. I do not want
  17. >>to distribute the second unit with it, only the first TPU. Can it be done ?
  18.  
  19. This makes it sound like you are distributing COMPILED units.  You could
  20. release the source to unit 1 and the compiled .TPU to unit 2 (the one you
  21. are reluctant to distribute) and all would be well (as long as your users
  22. use EXACTLY the same version of TP).
  23.  
  24. >give your program a much wider audience by distributing it in source form, 
  25. >perhaps without giving away source to external .OBJ files.
  26.  
  27. Why doesn't Turbo Pascal produce a OBJ file?  Does Borland Pascal?  I
  28. think this is a really serious drawback.  (I think I know the
  29. advantages of a TPU--dynamic code deletion etc).
  30.  
  31. -alan
  32.