First download the VB6 sample from the FAQ area on our website.
Using late binding
• | If you use late binding, you do not need to add a reference to the Licence Protector DLL. Note that code completion does not work if late binding is used. |
• | You can use the Licence Protector object directly with the following command line: Set lic = CreateObject("LicProtectorEasyGo.licProtectorEasyGo270") |
• | Replace all occurrences of the old object (e.g. LicenceProtector.LicProtectorEasyGo250) with the latest version, which is LicProtectorEasyGo.licProtectorEasyGo270 |
• | Rebuild your application |
Using early binding
• | In Visual Basic 6.0 click on the “Project” menu and open the menu item “References…”. Remove the entry "Licence Protector Library" if it is already there |
• | Then add the new "Licence Protector Library" entry whose path points to the new LicProtectorEasyGo270.dll. The DLL can be found in the folder ....\Licence Protector\2.7\files for distribution\compressed |
• | Now the new Licence Protector object is available in your application. You can use it with the following command line: Set lic = New licProtectorEasyGo270 |
• | 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?vb6.htm