home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 66 / IOPROG_66.ISO / soft / c++ / mmwavex.exe / REDIST.TXT < prev    next >
Encoding:
Text File  |  2001-01-17  |  1.6 KB  |  39 lines

  1. Registration Utilities
  2. ----------------------
  3.  
  4. Do distribute your program you must copy your application and the used OCX controls
  5. to the users machine. 
  6. It is very important that you register the OCX controls on the user machine so your 
  7. application can find the controls. You can register the controls on the user machine 
  8. using REGSVR32.EXE. 
  9.  
  10. You will find REGSVR32.EXE on your VB or VC++ CD-Rom.
  11.  
  12. RegServer is a windows program that allows you to register and un-register in
  13. process servers.  REGSRVR32.EXE will display dialogs indicating if it was
  14. successful unless you use the silent option /s.  To register a server use the
  15. following format: REGSVR32.EXE MyServer.ocx  To un-register a server use the /u
  16. option.
  17.  
  18. You can also use our registration utilitie which will also copy the required OCX controls
  19. to the users system directory. The usage is very simple, copy the file MMRegOCX.exe 
  20. in your installation directory together with the used OCX controls. After execution 
  21. the OCX controls are copied to the system directroy and registered correctly.
  22.  
  23. Example:
  24. --------
  25.  
  26. Installation directory:  
  27.  
  28. MMTypesX2.OCX  (always required)
  29. MMToolsX2.OCX  (depends which OCX controls you use)
  30. MMRegOCX.exe
  31.  
  32. To register the controls use the following format: MMREGOCX.EXE MMToolsX2.OCX
  33.  
  34. After this call MMTypesX2.OCX and MMToolsX2.OCX have been copied to the users system
  35. directory and all controls are registered correctly so you can execute your application.
  36.  
  37. MMRegOCX accepts more than one library as input so the following format is also 
  38. valid: MMREGOCX.EXE MMToolsX2.OCX MMCDDAX2.OCX MMWaveX2.OCX.
  39.