Licence Protector

Delphi

Hide Navigation Pane

Delphi

Previous topic Next topic No directory for this topic  

Delphi

Previous topic Next topic Topic directory requires JavaScript 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('LicProtector.LicProtectorDLL313');

The variable for the COM object can be declared as:
lic: OleVariant;

Replace all occurrences of the old object (e.g. LicProtector.LicProtectorDLL250) with the latest version, which is LicProtector.LicProtectorDLL313

Rebuild your application

 

 

Code Protection with All-In-One Protector

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

 

See chapter: Code Protection / Decompile Protection