Registering the FTP/HTTP COM Objects
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 LTRIO14N.DLL will register the LEAD Raster IO Object.
REGSVR32 LTRFT14N.DLL will register the LEAD Raster FTP Object.
REGSVR32 LTRHT14N.DLL will register the LEAD Raster HTTP 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 LTRIO14N.DLL will unregister the LEAD Raster IO Object.
REGSVR32 /u LTRFT14N.DLL will unregister the LEAD Raster FTP Object.
REGSVR32 /u LTRHT14N.DLL will unregister the LEAD Raster HTTP Object.
For a list of required DLLs for the FTP/HTTP COM Objects, refer to Files To Be Included With Your Application.