A developer license assigns the right to the developer to embed the runt-time license and distribute the DLL with the application, up to 10,000 copies.
When the software is installed with the installer we provided, the Barcode ActiveX DLL is automatically registered with the operating system and the design-time license is installed on the computer. Each developer requires his/her separate developer license.
Developer License does not assign you the right to
distribute the software with our installer. The only
distributable component is the file -
MrvBarCd.dll. Design time licenses,
documentation and registry settings are not allowed to
distribute. If your application requires design-time licenses
on the end user's computer, you must purchase the license on
behalf of your customer.
Typically you include the Barcode ActiveX DLL in your application installation package. Because it is a COM object, the Barcode ActiveX must be registered before use. Many installer making software (such as InstallShield) are capable of producing code to register the COM component during the installation. You can also manually register the component by running the following command on end user's computer: [2]
regsvr32 [filename]
Replace
filenamewith either
MrvBarCd.dll (professional version) or
MrvBarLt.dll (lite version).
Note
On Windows XP SP2 and Vista, you may encounter error
code
0x80070005 when you try to register the
component in the command line, even you are a member of the
administrator group. If this is the case, log on using
Administrator and try again.