Registering and Unregistering the COM Objects and Controls

Registering COM Objects and Controls

Before any COM Object can be used, it must be registered. The installation program automatically registers all the LEADTOOLS COM Objects and Controls. If you would like to manually register the controls run REGSVR32.EXE.

found in the BIN directory and pass the name of the control or object (.OCX or .DLL) to register as a parameter.

EX.:

REGSVR32 LTR14N.DLL will register the LEAD Raster Object Library.

REGSVR32 LTRVW14N.OCX will register the LEAD RasterView Control.

Unregistering COM Objects Controls

To unregister COM Objects, include the "/u" switch before the library name when running REGSVR32.EXE.

EX.:

REGSVR32 /u LTR14N.DLL will unregister the LEAD Raster Object Library.

REGSVR32 /u LTRVW14N.OCX will unregister the LEAD RasterView Control.

Note:

The LEADTOOLS COM Objects and controls do not register without certain DLLs. For a list of required DLLs, refer to Files To Be Included With Your Application.