First download the Delphi sample source code.
•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.LicProtectorEXE510);. The COM exe can be found in the folder ....\Licence Protector\5.1\files for distribution\COMexe
•The variable for the COM object can be declared as:
lic: OleVariant;
•Rebuild your application
An installation without needing administration rights to register the COM exe is possible. See details - Register DLL / COM exe without admin rights
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