IQlmLicense PublicKey
I am getting the following on the sample code, anyone have any ideas?
===================================================================================
1>------ Build started: Project: QlmLicenseWizardVC, Configuration: Debug Win32 ------
1> 1 file(s) copied.
1> 1 file(s) copied.
1> LicenseValidator.cpp
1>c:\users\public\documents\quick license manager\samples\qlmexpress\c++\vc12\licensevalidator.cpp(71): error C2039: 'PublicKey' : is not a member of 'QlmLicenseLib::IQlmLicense'
1> c:\users\public\documents\quick license manager\samples\qlmexpress\c++\vc12\debug\qlmlicenselib.tlh(1620) : see declaration of 'QlmLicenseLib::IQlmLicense'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
-
Official comment
Correct. The first time you launch the sample, you are prompted to enter a key. The steps to create a key are detailed in the guide.
To generate a license key for testing purposes:
Go to the Manage Keys tab.
Click "Create Activation Key"
Select the Product (Demo 1.0 for trials) and click Ok.
Copy and Paste the generated Activation Key in the License Wizard launched when your application starts up and follow the steps in the wizard.Comment actions
Please sign in to leave a comment.
Comments
4 comments