|
Navigation: Implementing EasyGo > Add the LicProtectorEasyGo.dll to your project |
![]() ![]()
|
Add the LicProtectorEasyGo2xx.DLL to your project. If your development language does not support COM Server dll use the Wrapper DLL.
The folder ..\files for distribution contains all Licence Protector DLLs. There is an folder with a compressed version (recommended) and uncompressed version. We recommend using the compressed version because of the smaller file size and encryption. Use the uncompressed version only if you experience problems with your development tool.
There are DLL versions for different needs. If you want to use EasyGo you need the LicProtectorEasyGo2xx.dll . The LicProtectorEasyGo2xx.DLL is registered during program installation of Licence Protector but if you use your application on a different system you have to register the DLL either with an installation software or with regsvr32.exe LicprotectorEasyGo2xx.dll.
Signed DLLs are recommend for Windows Vista and often necessary to get a certification an application. A signed DLL is provided for EasyGo - see signed DLL by Mirage
| • | LicProtectorEasyGo.dll - All functions including EasyGo |
| • | LicProtector.dll - All functions without EasyGo |
| • | LicProtectorMedium - All functions without EasyGo and WebService |
| • | LicProtectorSmall - All functions without EasyGo, WebService and user interface |
Depending on the development tool you add the DLL with a command like
Private objlic As Object
Set objlic = CreateObject("LicenceProtector.LicProtectorEasyGo251")
The LicProtectorEasy2xx.DLL in version 2.5.1 has the ProgID " LicenceProtector.LicProtectorEasyGo251" This allows using an older LicProtector.DLL in combination with the LicProtector.dll of the version 2.3 on the same system. The ProgID changes with every main release. .
First check the latest program version and ProgID you find in the table below or for older versions, in the readme.txt file in the folder ..\files for distribution.
If you are using sample source code from our website always check if you have to change the ProgID.
If you use a CRC check adapt the CRC value and CLSID.
|
|
See also
Signed DLL by Mirage
Sign DLL with own certificate
Using c++
Using C#
Using Java
Wrapper DLL