|
||
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
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