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. -
Hi Erik
We will check out this sample.
In the meantime, and given that you have a QLM Pro license, I would recommend you use this sample instead:
C:\Users\Public\Documents\Quick License Manager\Samples\qlmpro\Windows\C++\QlmLicenseWizard\vc10
Regards
John
0 -
For the QLM Express sample, please replace license->PublicKey with license->publicKey.
Regards
John
0 -
Thanks! I will try it. And, yes, I got the vc10 one going, although all it does is pop up a "Activate" screen.
0
Please sign in to leave a comment.
Comments
4 comments