home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / msdos / programm / 8706 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  1.3 KB

  1. Path: sparky!uunet!sybus.sybus.com!myrddin!tct!psycho!p473.f150.n3603.z1.FIDONET.ORG!aeldridge
  2. From: aeldridge@p473.f150.n3603.z1.FIDONET.ORG (Alan Eldridge)
  3. Sender: ufgate@psycho.fidonet.org (newsout1.24)
  4. Newsgroups: comp.os.msdos.programmer
  5. Subject: Turbo Vision .EXE size
  6. Message-ID: <24030.2A94A7D2@psycho.fidonet.org>
  7. Date: Thu, 20 Aug 92 23:32:50 EDT
  8. Organization: FidoNet node 1:3603/150.473 - Carrie's Living Roo, Largo FL
  9. Lines: 22
  10.  
  11. To: tom@fokus.gmd.de
  12.  
  13. Hello Tom!
  14.  
  15. 20 Aug 92, Tom Pfeifer writes to All:
  16.  
  17.  TP> I've seen some complaints about the size of Turbo Vision programs.
  18.  TP>
  19.  TP> Don't forget to get rid of the debug information in your .EXE file.
  20.  TP> The easiest way (instead of switching off in the IDE) is to run
  21.  TP> TDSTRIP filename. My last application shrunk from 900K with to 200K
  22.  TP> without the debug info.
  23.  
  24. You will save still more room if you link w/o the /v option.... if you use tdstrip, the static (BSS) areas in your program are still included in the .exe, because of debugger requirements. If you don't tell tlink to gen debug info, it will not create space for these until the app is actually loaded into memory.
  25.  
  26. Alan
  27.  
  28. --  
  29. Internet: aeldridge@p473.f150.n3603.z1.FIDONET.ORG
  30. UUCP: ...!myrddin!tct!psycho!150.473!aeldridge
  31. Note:psycho is a free gateway between Usenet & Fidonet. For info write to
  32.      root@psycho.fidonet.org.
  33.