Wyatt O'Dayʼs postsSupport staff

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

LimeLM and Unity 3D

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…

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…

Post on Nov 10, 2017

This is a good idea. We'll likely add something in the future. One of the highest priorities right n…

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…

Post on Nov 16, 2017

>> "Just to be clear, an Offline Activation will continue to contact the Internet servers if i…

Obtain data from TurboFloat Server

Post on Nov 17, 2017

Its coming with the 4.1 release. No hard date.

TurboActivate in Unity

Post on Nov 16, 2017

Hey Steve, On Windows the TurboActivate.dat file has to be in the same directory as the TurboActiv…

limelm.pkey.delete method always returns Product key not found

Post on Nov 16, 2017

The pkey_id must be the ID of the product key, not the product key itself. You can get this using th…

The systa process ended before the response could be delivered

Post on Nov 13, 2017

>> "P.S. a) I am using the latest 2.6.18 bundle" I don't know what that means. We've never r…

Bug on FTP upload, path containing variables not evaluated

Post on Nov 11, 2017

We haven't added variables to the upload sites yet. It was seen as a very low priority. We've been f…

Best practices for deploying LimeLM

Post on Nov 10, 2017

Nope, all of our canonical help articles are here: https://wyday.com/limelm/help/ And whenever the…

License becomes deactivated

Post on Nov 10, 2017

It's hard to say without a code snippet, but like I said... "you've not updated your example code to…

Post on Nov 9, 2017

More information is need to give useful help. 1. What platform are you on: Window, macOS, Linux? …

TA && Hyper-V on win10

Post on Nov 8, 2017

If Hyper-V is enabled on the computer then it's not "native". It's under a VM. That's how Hyper-V wo…

What does isGenuine check for?

Post on Nov 8, 2017

Don't use IsGenuine(), instead use IsGenuineEx(...) (or, in some of the languages, IsGenuine() with …