Wyatt O'Dayʼs postsSupport staff

Wyatt O'Day (Wyatt) has made 7841 posts.

VB .NET 2003

Post on Feb 9, 2015

The provided example should work in old obsolete versions of VB.NET, but you'll have to make some mo…

UseTrial returns TA_E_PDETS for my TurboActivate.dat

Post on Feb 9, 2015

Things are different on Mac OS X. Namely, the *.app "file" isn't really a file, but is instead a fol…

Post on Feb 8, 2015

The TurboActivate.dat might be corrupt. Login to LimeLM and redownload it, then replace all copies y…

Using TurboActivate with ruby

Post on Feb 6, 2015

We don't have a ruby example written. But you can call libraries from Ruby, thus TurboActivate will …

Make two ore more Apps using the same Path for DAT Files

Post on Feb 6, 2015

Make sure you use the latest versions of TurboActivate. And catch & ignore that exception.

Post on Feb 3, 2015

Yes. Use the PDetsFromPath() function and the SetCurrentProduct() function. We have an article about…

Error code 11?

Post on Feb 5, 2015

Whenever you get an error code in decimal form you have to convert it to hexidecimal. 11 in decimal …

Activation seems successfull, but license data not savedSolved

Post on Feb 4, 2015

If you're using CheckAndSavePKey() with the TA_SYSTEM flag then the data should be persisted. Shoot …

Post on Feb 4, 2015

What version of TurboActivate are you using? Also, make sure the TurboActivate.exe version matches t…

Error using wyBuild from command line

Post on Feb 4, 2015

Could it be an access right problem? That's what it is. Make sure the folder being written to by w…

What happens if TurboActivate.dat is redownloaded?

Post on Jan 31, 2015

If they replace theirs with the clean one, will they have to re-enter their product key when it trie…

Testing the LimeLM code in my applicatoin

Post on Jan 31, 2015

Currently we don't remove activations if you revoke a key and the customer's instance of the app. Th…

WEBApi: No email is sent, too many keys generated

Post on Jan 28, 2015

If you're using the PHP version, then enable debugging and logging. Then look at the log. If you'r…

Offline->online = TA_FAIL - help!

Post on Jan 26, 2015

1. "handling the back end" is your main value proposition. Checking the license status and getting…

I keep getting " The version GUID doesn't match that of the product details file." flag

Post on Jan 26, 2015

So I have one more problem: call to Activate() causes an application crash. That's odd, are you su…

Post on Jan 26, 2015

Great, I'm glad to help.

revoke activation

Post on Jan 26, 2015

A revoked product key isn't updated if an instance of your app contacts the servers and it sees that…

Cannot set GUID (bad suffix on number)

Post on Jan 26, 2015

It takes the nDaysBetweenChecks for it to check the current license status. Correct.

Post on Jan 26, 2015

It's a string, so it should be in quotes. And on Windows it needs to be a Unicode string. See the Ex…