home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / msdos / programm / 11990 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.9 KB  |  43 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!osiris.cso.uiuc.edu!hmiller
  3. From: hmiller@osiris.cso.uiuc.edu (Harry Miller)
  4. Subject: Re: Turbo Vision is too fat!
  5. References: <1993Jan11.085826.27274@dec8.ncku.edu.tw>
  6. Message-ID: <C0pCI8.Drp@news.cso.uiuc.edu>
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Organization: University of Illinois at Urbana
  9. Date: Mon, 11 Jan 1993 18:25:19 GMT
  10. Lines: 31
  11.  
  12. msc@snoopy.ncku.edu.tw (Mac Su-Cheong (MSC)) writes:
  13.  
  14. >Hello,
  15.  
  16. >  Recently I take a look at Turbo Vision inside Borland C++ 3.1 with
  17. >Apllication Framework. Then I build the .exe of the program hello.cpp
  18. >WOW, the .exe file size is 200K+ ! The program is so simple and it is
  19. >unacceptable big for me. I have tried most of the settings in Option
  20. >but in vain, and inside the manual not much is deal with this (the 
  21. >whole user guide of TV just talk about TV programming). Is it possible
  22. >to slim the TV executable file? I want to write some program and 
  23. >distribute them to the public and I am now looking for other shareware
  24. >or freeware window and menu libraries for C on msdos.
  25.  
  26. >  Thanks in advance.
  27.  
  28. Is the debug option set.  The TV library is compiled without debugging,
  29. but when you have debugging set, all classes (there are quite a few), data
  30. and your code is given debug info.  Considering thatg TV is a fairly 
  31. extensive (though by no means exhaustive) Text GUI library, that is a
  32. lot of debug info.
  33.  
  34. The project I'm working on has an executable size of just under 640K,
  35. with debug info included.  But only ~200K without debug info.  This
  36. causes a slight annoyance. If I want to do debugging I need to
  37. put debug info in only the areas I'm interested in. I can not use
  38. the debug menu option, since that applies to all files.
  39.  
  40. Harry E. Miller ----------------- just a jerk lurking on the net
  41. hmiller@osiris.cso.uiuc.edu ----- where to send the hate mail
  42.  
  43.