Access Basic
First download the Access Basic sample 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 use the Licence Protector object directly with the following command line: Set lic = CreateObject("LicProtectorEasyGo.licProtectorEasyGo300") |
• | Replace all occurrences of the old object (e.g. LicenceProtector.LicProtectorEasyGo250) with the latest version, which is LicProtectorEasyGo.licProtectorEasyGo300 |
• | Rebuild your application |