Wyatt O'Dayʼs postsSupport staff

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

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…

Search by License Fields in the Web Dashboard

Post on Jan 31, 2015

It's being worked on. No ETA at the moment.

Post on Jan 19, 2015

This is being worked on. Getting the UI & UX to a usable and convenient place has been harder 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…

Post on Jan 22, 2015

// How often to verify with the LimeLM servers (90 days)opts.nDaysBetweenChecks = 0; Don't do that…

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.

Post on Jan 25, 2015

Could you point me to that sample C program ? What I've found here: http://wyday.com/limelm/help/usi…

Post on Jan 24, 2015

const char* guid = "6b8cd29254c2a9a8e3c6a6.74774921"; hr = IsActivated((STRCTYPE)guid); That's t…

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…

updates for Console Apps

Post on Jan 24, 2015

Hey Ada, You're not handling the "UpToDate" event. For a full list of events see here: http://wyda…

IsGenuineEx VB6 problem

Post on Jan 24, 2015

gr = TurboActivate.IsGenuineEx(0, 0, True) Don't use 0,0. Firstly, that's bad behavior for the cus…

Staticlib zlibstatSolved

Post on Jan 24, 2015

We'll look into this. It looks like it might just be a build configuration error.

System time has been tampered with on Virtual Machine

Post on Jan 23, 2015

Unfortunately there's no "fix" for this other than booting the VM instance like a normal instance (r…

AutomaticUpdater does not stop the service before update

Post on Jan 21, 2015

wyUpdate stops the services before the update begins and before processes are checked. Make sure you…