Feedback on: Licence Protector - Add the LicProtector300.dll to your projectAdd_the_LicProtectorEasy.DLL_to_your_ProjectImplementing Licence Protector using default workflow > Add the LicProtector300.dll to your project /Dear Support Staff,
Add the LicProtector300.dll to your project
Add the LicProtector300.DLL to your project. If your development language does not support COM Server dll use the Wrapper DLL.
The folder Licence Protector\3.0\files for distribution contains all Licence Protector DLLs. There is an folder with a compressed version and uncompressed version. Although the compressed version runs on all operating systems there have been situations, where the DLL did not register. Therefore we recommend using the uncompressed version as long as file size is not critical.
The uncompressed LicProtector300.DLL is registered during program installation of Licence Protector. If you use your application on a different system, you have to register the DLL either with an installation software or with regsvr32.exe LicProtector300.dll. An installation without registering the DLL is also possible.
Signed DLLs are recommend for Windows Vista / Windows 7 and often necessary to get a certification for an application. A signed DLL is provided - see signed DLL by Mirage
Depending on the development tool you add the DLL with a command like
Private objlic As Object
Set objlic = CreateObject("LicProtectorEasyGO.LicProtectorEasyGo300")
The LicProtector300.DLL in version 3.0 has the ProgID " LicProtectorEasyGo.licProtectorEasyGo300" This allows using an older LicProtector.DLL in combination with older versions of LicProtector.dll on the same system. The ProgID changes with every main release. The file name of the dll is different from the ProgID (file name: LicProtector300.DLL - ProgID: LicProtectorEasyGo300).
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.