Delphi

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! 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.LicProtectorEasyGo270');
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.licProtectorEasyGo270
Rebuild your application

Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.7/help2000/index.html?delphi.htm