Component registration errors of XPS MultiQuant
______________________________________________________________________________________

Sometimes at starting XPS MultiQuant, you may get an error message, like this:
_____________________________________________________________________
  Run-time error '339':

  Component 'MSCOMCTL.OCX' or one of its dependencies not correctly
  registered: a file is missing or invalid

This error is occurred when the registration of one or more components (files with 
.OCX extension), used by XPS MultiQuant, is missing or corrupted. The error may be 
unintentionally caused by installation, uninstallation or upgrade of other 
applications, including parts of the operating system. The name of the involved 
component may vary. XPS MultiQuant applies the following component files: 
  COMDLG32.OCX,  GRAPH32.OCX,   HHCTRL.OCX,   MSCOMCTL.OCX, 
  MSCOMCT2.OCX,  MSFLXGRD.OCX,  SYSINFO.OCX,  TABCTL32.OCX.

To resolve the error, open a command window with elevated privileges (administrator 
rights) and re-register the involved component(s) by the following commands.

On 32-bit system:		On 64-bit system:
	
  cd C:\Windows\System32	  cd C:\Windows\SysWoW64
  regsvr32 name.OCX		  regsvr32 name.OCX

where "name" is the name of the control involved.

All of the above contols can be re-registered with the "CompReg.cmd" command file.
The 32/64 bit Windows selected automatically. Also run with elevated privileges.


Opening elevated command prompt

 - In Start Menu, select "All Programs" / "Accessories"
 - Right click on "Command Prompt"
 - Click "Run as administrator"
 - Enter administrator's password
