home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / pen / 753 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.9 KB  |  54 lines

  1. Newsgroups: comp.sys.pen
  2. Path: sparky!uunet!wupost!eclnews!usenet
  3. From: dale@manet.wustl.edu (Dale Frye)
  4. Subject: Re: Smallest PenPoint App (code size)
  5. Message-ID: <1992Dec30.223502.7361@wuecl.wustl.edu>
  6. Sender: usenet@wuecl.wustl.edu (News Administrator)
  7. Nntp-Posting-Host: degas
  8. Reply-To: dale@manet.wustl.edu
  9. Organization: Washington University, School of Engineering, St. Louis MO
  10. References: <1heotpINNe0r@nigel.msen.com>
  11. Date: Wed, 30 Dec 1992 22:35:02 GMT
  12. Lines: 40
  13.  
  14. In article <1heotpINNe0r@nigel.msen.com> ggolden@msen.com (Glenn Golden)  
  15. writes:
  16. > Dale Frye (dale@manet.wustl.edu) wrote:
  17. > : My boss asked me to come up with the minimum size PenPoint app. I took  
  18. > : EmptyApp and cut out everything I felt not needed. I threw out the  
  19. > : method.tbl (not needed if not handling any messages) and stripped out  
  20. > : everything not needed. My question:  Is there anything else that can  
  21. be
  22. > : stripped out?  I did compile and run the code.
  23. > : Dale Frye
  24. > : Washington University in St. Louis
  25. > :[code segment cut out ...]
  26. > So... just how big is it?
  27. > - Glenn R. Golden  |  Global Architect @ Comshare, Inc. |  Ann Arbor,  
  28. MI, USA.
  29. >   (home) ggolden@msen.com   (work) ggolden@comshare.com
  30. Do you mean how big is the executable? My boss was interested in the  
  31. amount of source code but now that you mention it the exe size would be of  
  32. interest also.
  33.  
  34.  Volume in drive C is MS-DOS_5   
  35.  Volume Serial Number is 1931-7EDB
  36.  Directory of C:\PENPOINT\APP\EMPTYAPP
  37.  
  38.             <DIR>     12-24-92   9:55a
  39. .           <DIR>     12-24-92   9:55a
  40. EMPTYAPP EXE     11120 12-24-92   9:57a
  41. EMPTYAPP MPE      4713 12-24-92   9:51a
  42. PENPOINT DIR        64 12-24-92   9:57a
  43.         5 file(s)      15897 bytes
  44.                     40067072 bytes free
  45.  
  46. 11K.  Not bad considering that it creates a window and responds to  
  47. gestures. Most PenPoint apps that I've seen have been no larger than about  
  48. 150K.  The stuff I've written has been in the 30-50K range.
  49.