How can I generate my own license generators for my application protected with WinLicense?

<< Click to Display Table of Contents >>

Navigation:  WinLicense > FAQ > Registration > Common >

How can I generate my own license generators for my application protected with WinLicense?

You have multiple ways to create your own license generator:

 

1) Use the WinLicenseSDK.dll and call the license generator functions (please, refer to the help file for extended information about each function)

 

2) Use the CustomWinLicenseSDK.dll that is generated when you protect your application (when you enable the "Export Specific Generators" option)

 

3) Use our C ANSI code that you can compile to run your generator under any platform (Windows, UNIX, Linux, Mac.)

 

In the WinLicense examples folder, you have examples to create your own license generator via the WinLicenseSDK.dll