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