Registering the Internet COM Object
Registering COM Object
Before the Internet COM object 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 LTRNT14N.DLL will register the LEAD Raster Internet Object.
Unregistering COM Object
To unregister the Internet COM object, include the "/u" switch before the object name when running:
REGSVR32.EXE for 32-bit objects
EX.:
REGSVR32 /u LTRNT14N.DLL will unregister the LEAD Raster Internet Object.
For a list of required DLLs for the Internet COM object, refer to Internet Files To Be Included With Your Application.