home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / ini2reg.zip / README.TXT < prev   
Text File  |  2004-01-04  |  1KB  |  41 lines

  1.                  Funduc Software, Inc.
  2.                         INI2REG
  3.        Copyright 1996-2004, All rights reserved
  4. http://www.funduc.com  http://www.searchandreplace.com
  5.  
  6.  
  7. INI2REG is written in C++ using the MFC(Microsoft
  8. Foundation Classes) v4.00.  The code comes with a
  9. Project Workspace for the Microsoft Visual C++
  10. compiler, but can be used with any compiler (such as
  11. Symantec, Watcom or Borlan) which supports the MFC.
  12.  
  13. The code comes zipped 
  14.  
  15. The purpose for such an application is to migrate
  16. existing applications from 16-bit Windows (most of
  17. which used INI files to save user settings) to the 32-
  18. bit Windows (Windows 95 and NT) registry.
  19.  
  20. Most applications which want to qualify for the Windows
  21. 95 logo certification must use the Windows 95/98/ME
  22. NT/2000 registry.
  23.  
  24. The major functionality consists of:
  25. - Initializing settings and getting user input
  26. - Reading the contents of an INI file in memory (which 
  27.   makes use of C++ templates and exception handling),
  28. - Writing the contents of the INI file to the path in the 
  29.   Windows 95/98/ME NT/2000 registry specified by  the user.
  30.  
  31. You will find that the $25 (price of the code) will
  32. save you a few hours of coding and debugging and allow
  33. you to update your 16-bit application as painless as
  34. possible.
  35.  
  36. Thank you,
  37.  
  38. Mike Funduc
  39. sales@funduc.com
  40. sales@searchandreplace.com
  41.