Technical questions for WebLM
Posted: Thu Jul 04, 2013 2:50 am
Hello, I have recently purchased the ultimate version of VMProtect.
Now I am working on both VMProtect and Web License Manager.
Here is my question.
I got an error when I use this function [VMProtectActivateLicense]
Here is my code using Delphi.
I got an error (the result is 6) and I don't know why.
I already input the valid url and license activate key.

Please see the circled area on the image. Which one is right?
Activation Server :
1) http://www.mydomain.com/weblm
2) http://www.mydomain.com/weblm/activate.php
3) http://www.mydomain.com/weblm/activation.php
And I have input all of them but the VMProtectActivateLicense function result is still 6.
Now I am working on both VMProtect and Web License Manager.
Here is my question.
I got an error when I use this function [VMProtectActivateLicense]
Here is my code using Delphi.
Code: Select all
State := VMProtectActivateLicense(pansichar('HG7X-JXBC-V5DR-F578'), Buf, SizeOf(Buf));
I already input the valid url and license activate key.

Please see the circled area on the image. Which one is right?
Activation Server :
1) http://www.mydomain.com/weblm
2) http://www.mydomain.com/weblm/activate.php
3) http://www.mydomain.com/weblm/activation.php
And I have input all of them but the VMProtectActivateLicense function result is still 6.