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