Registering and Unregistering the ePrint COM Object

Registering the COM Object

Before the LEADTOOLS ePrint 5 COM object can be used, it must be registered. The installation program automatically registers the LEADTOOLS ePrint 5 COM object. If you would like to manually register the object, run REGSVR32.EXE found in the BIN directory and pass the name of the object (.DLL) to register as a parameter.

EX.:

REGSVR32 LPEPC05N.DLL will register the LEAD ePrint COM Object Library (5.0).

Unregistering the COM Object

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

EX.:

REGSVR32 /u LPEPC05N.DLL will unregister the LEAD ePrint COM Object Library (5.0).