Wyatt O'Dayʼs postsSupport staff

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

LimeLM and Unity 3D

Post on Dec 5, 2017

Just use TA_USER instead of TA_SYSTEM.

Post on Nov 30, 2017

If you use TA_SYSTEM then you need to either run "elevated" or as "sudo". Being an admin account is …

Post on Nov 20, 2017

You need to pass in the correct Version GUID too. Also, on macOS, the API is a bit different. It's P…

Post on Nov 19, 2017

When you create the TurboActivate() object, the second parameter can be the full path to the TurboAc…

Post on Nov 17, 2017

We have a number of customers using TurboActivate in their Unity apps. What exact problem are you ha…

python-turboactivate activate_from_file()

Post on Dec 5, 2017

Oh, good eye. Merged your pull request. Thanks for the fix (and the other fixes you've submitted).

Post on Dec 4, 2017

It's almost certain that the problem is you're using relative paths (the question you *always* have …

wyUpdate process hangs

Post on Dec 5, 2017

There are no guarantees it will work from a scheduled executable (we haven't tested it). Just use a …

Post on Nov 28, 2017

It sounds like you're trying to run wyUpdate without a UI. Only do that from a service and do it lik…

App crash when using SetCustomProxy

Post on Dec 4, 2017

This doesn't happen on Windows I can already tell you that. See this post: https://wyday.com/forum/t…

Post on Dec 4, 2017

We'll look into it today.

Post on Nov 24, 2017

I tried your example, I can't reproduce this. You have a bug that might be causing the problem: ST…

Trial time limitSolved

Post on Nov 30, 2017

Hey Maria, This is covered here: https://wyday.com/forum/t/3906/able-to-extend-trial-days-by-chang…

Exceptions thrown from within TA_IsGenuineEx

Post on Nov 24, 2017

Hey John, In all our code we optimize for the "valid user doing sane things". That means the faste…

Get more information about TurboFloat usersAnswered

Post on Nov 21, 2017

If not before Christmas, then early January 2018. But yes, we're close. No hard date.

TurboFloatServer replies with TF_E_WRONG_TIME when called from windows client

Post on Nov 20, 2017

We have no false positives for the time detection. You need to follow all the instructions: 1. Upd…

Delphi Debugger options for Non-WIndows Platforms

Post on Nov 20, 2017

>> "1. The debugger Native OS Exceptions options for the non-Windows platforms do not have a "…

Best practice for test-driving new updates

Post on Nov 19, 2017

There isn't currently a "best practice" for testing updates. It's entirely up to you. The easiest me…

Last edited by in Dashboard

Post on Nov 17, 2017

You can already get details about product keys using the limelm.pkey.getDetails function. It will re…

Clarification on Offline Activations

Post on Nov 17, 2017

Yes, all of the examples show how to do this. Simply call IsActivated() after IsGenuineEx returns TA…