4.1. Developer License

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 the end user’s computer:

regsvr32 [filename]

Replace filename with either MrvBarCd.dll (professional version) or MrvBarLt.dll(lite version).