home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / msdos / programm / 8570 < prev    next >
Encoding:
Text File  |  1992-08-17  |  689 b   |  20 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!wupost!darwin.sura.net!jvnc.net!gmd.de!ceres.fokus.gmd.de!tom
  3. From: tom@fokus.gmd.de (Tom Pfeifer)
  4. Subject: Turbo Vision .EXE size
  5. Message-ID: <1992Aug17.094943.27714@fokus.gmd.de>
  6. Sender: news@fokus.gmd.de (News system)
  7. Organization: GMD-FOKUS, Hardenbergplatz 2, 1000 Berlin 12, Germany
  8. Date: Mon, 17 Aug 1992 09:49:43 GMT
  9. Lines: 9
  10.  
  11. I've seen some complaints about the size of Turbo Vision programs.
  12.  
  13. Don't forget to get rid of the debug information in your .EXE file.
  14. The easiest way (instead of switching off in the IDE) is to run
  15. TDSTRIP filename. My last application shrunk from 900K with to 200K
  16. without the debug info.
  17.  
  18. Tom
  19.  
  20.