home *** CD-ROM | disk | FTP | other *** search
- Registration Utilities
- ----------------------
-
- Do distribute your program you must copy your application and the used OCX controls
- to the users machine.
- It is very important that you register the OCX controls on the user machine so your
- application can find the controls. You can register the controls on the user machine
- using REGSVR32.EXE.
-
- You will find REGSVR32.EXE on your VB or VC++ CD-Rom.
-
- RegServer is a windows program that allows you to register and un-register in
- process servers. REGSRVR32.EXE will display dialogs indicating if it was
- successful unless you use the silent option /s. To register a server use the
- following format: REGSVR32.EXE MyServer.ocx To un-register a server use the /u
- option.
-
- You can also use our registration utilitie which will also copy the required OCX controls
- to the users system directory. The usage is very simple, copy the file MMRegOCX.exe
- in your installation directory together with the used OCX controls. After execution
- the OCX controls are copied to the system directroy and registered correctly.
-
- Example:
- --------
-
- Installation directory:
-
- MMTypesX2.OCX (always required)
- MMToolsX2.OCX (depends which OCX controls you use)
- MMRegOCX.exe
-
- To register the controls use the following format: MMREGOCX.EXE MMToolsX2.OCX
-
- After this call MMTypesX2.OCX and MMToolsX2.OCX have been copied to the users system
- directory and all controls are registered correctly so you can execute your application.
-
- MMRegOCX accepts more than one library as input so the following format is also
- valid: MMREGOCX.EXE MMToolsX2.OCX MMCDDAX2.OCX MMWaveX2.OCX.
-