home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / msdos / programm / 11991 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  944 b 

  1. Path: sparky!uunet!ogicse!news.u.washington.edu!serval!wsuaix.csc.wsu.edu!rnelson
  2. From: rnelson@wsuaix.csc.wsu.edu (roger nelson;S23487)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Turbo Vision is too fat!
  5. Message-ID: <1993Jan11.171356.19851@serval.net.wsu.edu>
  6. Date: 11 Jan 93 17:13:56 GMT
  7. Article-I.D.: serval.1993Jan11.171356.19851
  8. Sender: news@serval.net.wsu.edu (USENET News System)
  9. Organization: Washington State University
  10. Lines: 12
  11.  
  12.  
  13. One of the things I can live without are the TVision object streams.
  14. I comment out the variable and function declarations related to streams
  15. (in the TVision sources) which are not used by TVision itself with 
  16. #ifdef TVSTREAMS.
  17. So far I have only done this with a few of the object classes, such
  18. as buttons, text inputs, checkboxes, radiobuttons; but haven't had any
  19. problems.  
  20. Note, however, you're application can't save it's desktop environment
  21. or do other object stream related stuff.
  22.  
  23. Roger
  24.