home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / f / fres.zip / README.TXT < prev   
Text File  |  1992-04-01  |  1KB  |  40 lines

  1. FRES Version 1.00
  2. Copyright (c) 1992 by Jamie O'Connell
  3.  
  4. FRES is a small Windows 3.0 program.  It displays and updates the
  5. Date, Time, Windows Mode, Free Memory, and Free Resources (see
  6. Fres.WRI for more info).  It doesn't take up much memory or screen
  7. space.  I run it all the time in the lower corner of my screen.
  8.  
  9. Fres is copyrighted software, but may be used and distributed 
  10. freely -- I encourage it.
  11.  
  12. I've included the source code for anyone who cares.  It will compile
  13. under both MSC 6.0 and TCW 3.0 -- other systems may require some 
  14. tweaking.  It includes some undocumented calls to retrieve the sizes
  15. of the USER and GDI heaps.  These calls can be replaced by other 
  16. calls to TOOLHELP.DLL when Windows 3.1 becomes available. 
  17.  
  18. Packing List
  19.  
  20.    README.TXT        This file
  21.    FRES.EXE        The Windows Program
  22.    FRES.WRI        Documentation -- Use Windows Write
  23.    FRESRC.ZIP...    The C Source Code... 
  24.     MAKEFILE    A MS (NMK) Makefile
  25.     FRES.C        The C Source
  26.     FRES.RC        A Resource Script
  27.     FRES.ICO    The ICON
  28.     FRES.RES    A compiled resource script -- Use Borland WorkShop
  29.     FRES.DEF    The Definition file for MSC and TCW
  30.  
  31. Let me know how it works out...
  32.  
  33.     Jamie O'Connell     CIS: 73030,315
  34.     191 Park Dr. #44
  35.     Boston, MA 02215
  36.  
  37.  
  38.  
  39.  
  40.