home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / mfccalc / server / mfccalc.reg < prev    next >
Encoding:
Windows Registry Data  |  1998-04-03  |  651 b   |  12 lines

  1. REGEDIT
  2. ; This .REG file may be used by your SETUP program.
  3. ;  If a SETUP program is not available, the entries below will be
  4. ;  registered in your InitInstance automatically with a call ot
  5. ;  COleObjectFactory::UpdateRegistryAll
  6.  
  7. HKEY_CLASSES_ROOT\mfccalc.calculator = mfccalc.calculator
  8. HKEY_CLASSES_ROOT\mfccalc.calculator\CLSID = {62C4DD10-F45E-11CD-8C3D-00AA004BB3B7}
  9. HKEY_CLASSES_ROOT\CLSID\{62C4DD10-F45E-11CD-8C3D-00AA004BB3B7} = mfccalc.calculator 
  10. HKEY_CLASSES_ROOT\CLSID\{62C4DD10-F45E-11CD-8C3D-00AA004BB3B7}\LocalServer32 = mfccalc.exe
  11. HKEY_CLASSES_ROOT\CLSID\{62C4DD10-F45E-11CD-8C3D-00AA004BB3B7}\ProgID = mfccalc.calculator
  12.