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

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!usc!cs.utexas.edu!torn!blaze.trentu.ca!trentu.ca!tsullivan
  3. From: tsullivan@trentu.ca (The OTHER One True God)
  4. Subject: Re: Turbo Vision is too fat!
  5. Message-ID: <11JAN199305012619@trentu.ca>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: news@trentu.ca (USENET News System)
  8. Organization: Trent Computing and Telecommunications Department
  9. References: <1993Jan11.085826.27274@dec8.ncku.edu.tw>
  10. Date: Mon, 11 Jan 1993 10:01:00 GMT
  11. Lines: 30
  12.  
  13. In article <1993Jan11.085826.27274@dec8.ncku.edu.tw>, msc@snoopy.ncku.edu.tw (Mac Su-Cheong (MSC)) writes...
  14. >  Recently I take a look at Turbo Vision inside Borland C++ 3.1 with
  15. >Apllication Framework. Then I build the .exe of the program hello.cpp
  16. >WOW, the .exe file size is 200K+ ! The program is so simple and it is
  17. >unacceptable big for me. I have tried most of the settings in Option
  18. >but in vain, and inside the manual not much is deal with this (the 
  19. >whole user guide of TV just talk about TV programming). Is it possible
  20. >to slim the TV executable file? I want to write some program and 
  21. >distribute them to the public and I am now looking for other shareware
  22. >or freeware window and menu libraries for C on msdos.
  23.  
  24.    Remember that when using any large programming development system that 
  25. there will be an initial jump in code size, and as you progress, it will go 
  26. down as the %age of your code.
  27.   For instance, the 200K "Hello, world" program is excessive, but if you 
  28. were to build in a complete accounting system, or something, the total code 
  29. size would be ~300K (or so). You'll find that most windowing libs will have 
  30. the same initial jump in code. The amount of code size jump will depend on 
  31. the complexity of the lib. TV is a very complex, complete library.
  32.  
  33.    Tim Sullivan
  34.    tsullivan@trentu.ca
  35.    cstes@blaze.trentu.ca
  36.  
  37. Disclaim THIS, buddy!
  38. ---
  39. I looked over Jordan, what did I see?
  40. Saw a US Marine in a pile of debris.
  41.           - Roger Waters, Amused to Death
  42.  
  43.