First download the VB6 sample source code
• | If you use late binding, you do not need to add a reference to the Licence Protector EXE. 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("LicProtector.LicProtectorEXE410") |
• | Rebuild your application |
• | 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 LicProtector410.exe. The COM exe can be found in the folder ....\Licence Protector\4.1\files for distribution\COMexe |
• | Now the new Licence Protector object is available in your application. You can use it with the following command line: Set lic = New LicProtector.LicProtectorEXE410 |
• | Replace all occurrences of the old object (e.g. LicProtector.LicProtectorEXE300) with the latest version, which is LicProtector.LicProtectorEXE410 |
• | 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