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