home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / MEM.ZIP / README < prev   
Text File  |  1989-03-03  |  1KB  |  24 lines

  1. This is a sample program that I wrote because I wanted some idea of the 
  2. amount of memory that my programs were using. I have include the 'C' source
  3. so other people can make modifications to better suit there needs.
  4.    If anyone has suggestions on how to improve this program please let me
  5. know. I can be reached on my BBS. Following is the info on it:
  6.  
  7.                       Compu-Plane
  8.                       818 843-3507  300/1200/2400
  9.                       818 843-4874  300/1200/2400/9600 on a Courier HST.
  10. Both lines are 8,N,1 and are available 24 hrs a day. The BBS is also running 
  11. in the protected mode of OS/2.
  12.  
  13.    The program is split into to 'C' source files, one is just for initialization of 
  14. the PM window. The other is the resident routines. In low memory situations 
  15. the initialization code will be discarded. This allows the resident code to be 
  16. smaller.
  17.    There are two main menu selections. The first changes how fast the 
  18. program updates the memory display. The default is one second, but you can 
  19. change it to 10,30 or 60 seconds. The second selection is the exit selection. 
  20. It seems to make most users more comfortable to have this selection, even 
  21. though you can close it with the system menu.
  22.  
  23.    Hopefully this example will help others develop OS/2 PM applications. You 
  24. are free to pass this program along to others.