Licence Protector

Delphi

Hide Navigation Pane

Delphi

Previous topic Next topic  

Delphi

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

First download the Delphi sample you need from the FAQ area on our website.

 

 

You do not need to add a reference to the Licence Protector DLL in your project, because late binding is used to access the COM Object.
You can create the Licence Protector object in Delphi with the following command line:
lic := CreateOleObject('LicProtectorEasyGo.LicProtectorEasyGo300');
The variable for the COM object can be declared as:
lic: OleVariant;
Replace all occurrences of the old object (e.g. LicenceProtector.LicProtectorEasyGo250) with the latest version, which is LicProtectorEasyGo.licProtectorEasyGo300
Rebuild your application

 

 

Code Protection with Multimedia Protector

To protect the code against de-compilation or reverse engineering, you can combine Licence Protector with Multimedia Protector for a special bundle price.

 

See chapter: Code Protection / Decompile Protection