home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / filesys / readme.txt < prev    next >
Encoding:
Text File  |  1994-03-03  |  1.1 KB  |  31 lines

  1.  
  2. README.TXT Version 1.0 3/3/94
  3.  
  4. CFileSystem is a class designed to allow easy and portable access
  5. to common file system functions.  It was designed to be used with
  6. the Microsoft Visual C++ (MSVC) compiler, and it uses some MFC classes.
  7.  
  8. This release was designed for use with and tested against Visual C++
  9. Version 1.0.  It should work fine with Version 1.5 of MSVC.  If there
  10. is interest (and people register the product) I will come out with a
  11. Windows NT version of the class.
  12.  
  13. NOTE: This code is ShareWare.  If you use the code for more than 14 days,
  14. or you use the code in a product, you must register with the author.  The
  15. cost of registering is only $25, and it will entitle you to support and
  16. enhancements.  See ORDER.TXT for information on registering the code.
  17. Multi-copy discounts and site licenses are available!
  18.  
  19.  
  20. Registered users will receive complete documentation in Windows Help
  21. File Format, technical support, and the latest code.
  22.  
  23.  
  24. Installation:
  25.  
  26.   1) Unzip FILESYS.ZIP.
  27.   2) Run FS_DEMO.EXE.
  28.   3) That's about it!
  29.   4) Look at FILESYS.H and FILESYS.CPP for information about the class.
  30.   5) Register the code!!!
  31.