Show/Hide Toolbars

Licence Protector 5

First download the VB6 sample source code

Using late binding

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.LicProtectorEXE510")

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 LicProtector510.exe.  The COM exe can be found in the folder ....\Licence Protector\5.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.LicProtectorEXE510

Replace all occurrences of the old object (e.g. LicProtector.LicProtectorEXE300) with the latest version, which is LicProtector.LicProtectorEXE510

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

 

Code Protection with All-In-One Protector

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