How to activate a license programmatically from VC++
Following is a code excerpt that shows how to activate a license programmatically from VC++.
The code below assumes that you have an instance of a LicenseValidator class (generated by the Protect Your Application wizard). m_lv refers to the instance of the LicenseValidator class. In this example, we will bind the license to the computer name.
PreviousRe-signing the xml settings file after modificationNextHow to prevent the QLM Management Console from overwriting local email templates
Last updated