Registering and Unregistering the COM Objects

Registering COM Objects

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

REGSVR32.EXE for 32-bit COM Objects

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

EX.:

REGSVR32 LTDicKrn14N.DLL will register the DICOM Kernel COM Objects.

REGSVR32 LTDicDS14N.DLL will register the DICOM DS COM Objects.

REGSVR32 LTDicNet14N.DLL will register the DICOM Network COM Objects.

REGSVR32 LTDicDir14N.DLL will register the DICOM Directory COM Objects.

 

Unregistering COM Objects

To unregister the DICOM COM Object, include the "/u" switch before the COM Objects name when running:

REGSVR32.EXE for 32-bit COM Objects

EX.:

REGSVR32 /u LTDicKrn14N.DLL will un-register the DICOM Kernel COM Objects.

REGSVR32 /u LTDicDS14N.DLL will un-register the DICOM DS COM Objects.

REGSVR32 /u LTDicNet14N.DLL will un-register the DICOM Network COM Objects.

REGSVR32 /u LTDicDir14N.DLL will un-register the DICOM Directory COM Objects.

 

Note:

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