Registering the Image Viewer COM Object

Registering COM Objects

Before COM objects can be used, it must be registered. The installation program automatically registers all the LEADTOOLS objects. If you would like to manually register the objects run:

REGSVR32.EXE for 32-bit objects

found in the BIN directory and pass the name of the objects to register as a parameter.

EX.:

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

REGSVR32 LTRPR14N.DLL will register the LEAD Raster Process Object.

REGSVR32 LTRCVW14N.DLL will register the LEAD Raster Image Viewer Object.

 

Unregistering COM Objects

To unregister COM objects, include the "/u" switch before the object name when running:

REGSVR32.EXE for 32-bit objects

EX.:

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

REGSVR32 /u LTRPR14N.DLL will unregister the LEAD Raster Process Object.

REGSVR32 /u LTRCVW14N.DLL will unregister the LEAD Raster Image Viewer Object.

 

For a list of required DLLs for the Image Viewer COM Objects, refer to Files To Be Included With Your Application.