Wyatt O'Day (Wyatt) has made 7796 posts.
Whenever you get an error code in decimal form you have to convert it to hexidecimal. 11 in decimal …
If you're using CheckAndSavePKey() with the TA_SYSTEM flag then the data should be persisted. Shoot …
Post on Feb 4, 2015What version of TurboActivate are you using? Also, make sure the TurboActivate.exe version matches t…
Could it be an access right problem? That's what it is. Make sure the folder being written to by w…
Yes. Use the PDetsFromPath() function and the SetCurrentProduct() function. We have an article about…
If they replace theirs with the clean one, will they have to re-enter their product key when it trie…
Currently we don't remove activations if you revoke a key and the customer's instance of the app. Th…
It's being worked on. No ETA at the moment.
If you're using the PHP version, then enable debugging and logging. Then look at the log. If you'r…
1. "handling the back end" is your main value proposition. Checking the license status and getting…
So I have one more problem: call to Activate() causes an application crash. That's odd, are you su…
Post on Jan 26, 2015Great, I'm glad to help.
Post on Jan 25, 2015Could you point me to that sample C program ? What I've found here: http://wyday.com/limelm/help/usi…
Post on Jan 24, 2015const char* guid = "6b8cd29254c2a9a8e3c6a6.74774921"; hr = IsActivated((STRCTYPE)guid); That's t…
A revoked product key isn't updated if an instance of your app contacts the servers and it sees that…
It takes the nDaysBetweenChecks for it to check the current license status. Correct.
Post on Jan 26, 2015It's a string, so it should be in quotes. And on Windows it needs to be a Unicode string. See the Ex…
Hey Ada, You're not handling the "UpToDate" event. For a full list of events see here: http://wyda…
gr = TurboActivate.IsGenuineEx(0, 0, True) Don't use 0,0. Firstly, that's bad behavior for the cus…
We'll look into this. It looks like it might just be a build configuration error.