home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / msdos / programm / 12008 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.7 KB

  1. Path: sparky!uunet!mcsun!uknet!nessie!ade
  2. From: ade@nessie.mcc.ac.uk (Adrian Collins)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Turbo Vision is too fat!
  5. Message-ID: <1993Jan12.101512.17563@nessie.mcc.ac.uk>
  6. Date: 12 Jan 93 10:15:12 GMT
  7. References: <11JAN199305012619@trentu.ca> <1993Jan11.125437.24927@dec8.ncku.edu.tw>
  8. Organization: Manchester Computing Centre
  9. Lines: 29
  10.  
  11. In <1993Jan11.125437.24927@dec8.ncku.edu.tw> msc@snoopy.ncku.edu.tw (Mac Su-Cheong (MSC)) writes:
  12.  
  13. >  hmmm, I know TV is a very complete lib (it's nice), but is it possible
  14. >  to separate the one big library into many small libraries? Then I can
  15. >  link those I needed and leave out those unnecessary, resulting in
  16. >  smaller executable file. It is very rare for me to write big program,
  17. >  most of my programs don't exceed 1000 lines. Is it possible to break
  18. >  that lib into smaller libs by myself?
  19.  
  20. I've been writing a customisable install program using Turbo Vision, and I
  21. was worried that the executable would be >> 200K which would be a substantial
  22. portion of an installation disk.
  23.  
  24. However, provided you're not using resources (eg. string lists) or overlays
  25. then you can use an executable compression program such as lzexe which'll 
  26. also get rid of any extra info (such as debugging info or overlays) which 
  27. exist after the executable code.  This managed to reduce a large executable
  28. (about 320K including debugging info) down to about 65K and doesn't cause
  29. much of a loading overhead.
  30.  
  31. Cheers,
  32.  
  33.    Adrian
  34.  
  35. -- 
  36. Adrian Collins, MCC Network Unit, The University, Manchester M13 9PL, UK
  37.     (061)-275-6009  or for those of the computer age: ade@mcc.ac.uk 
  38.  
  39. "How long a minute is depends on which side of the bathroom door you're on"
  40.