LicenseValidator startup
My app is freezing on:
HRESULT hr = license.CreateInstance(__uuidof(QlmLicense));
I have called OleInitialize() and alternatively CoInitialize(), but it still hangs at that line. I've been working on this for over a week now.
HELP!
-
In the LicenseValidator class, unless you registered the QLM binaries (which is no longer required), the line below is expected to fail and return an error:
HRESULT hr = license.CreateInstance(__uuidof(QlmLicense));
Once this line fails, the code will create an instance of the QlmLicense object using the information from the QlmLicenseLib.dll.manifest file.
-
I still can't get it to work. It locks up on the __RTC_CheckEsp in CoCreateInstance. I have gone through the Demo app and made sure all the settings were the same. All the EXEs, DLLs and the manifest file are in the output folder. What is missing? The only difference I see is that I am calling it from a support DLL, but that shouldn't make a difference.
-
you can send it to support@soraco.co
Thanks.
Please sign in to leave a comment.
Comments
15 comments