Wyatt O'Dayʼs postsSupport staff

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

Activation takes 5+ seconds? Disabled WiFi on Win7Solved

Post on Jun 14, 2017

My guess is that it's an attached storage medium (not necessarily your main hard drive) that is slow…

Post on Jun 14, 2017

>> "Should I not be checking IsGenuine every time? I thought the point of those day parameters…

Post on Jun 13, 2017

Under normal circumstances, no, that's not normal. Typically what slows the calls down is either (a)…

wyUpdate to install a single DLL

Post on Jun 14, 2017

Yes, you're doing it correctly. However, wyUpdate requires all *.exe files in the directory and subd…

Post on Jun 14, 2017

You need to modify your service such that it respects request to stop it. wyUpdate can tell it to st…

Which file Update actions are stored in

Post on Jun 14, 2017

It's the wyu file (i.e. the actual update itself).

TurboFloat library 4.0.9.6 trying to connect to TurboFloat 3.5.6 Server results in TF_FAIL

Post on Jun 14, 2017

We'll consider adding something like this in the future. It's impossible to add ex post facto, thoug…

Post on Jun 8, 2017

Oh, ok, I was misunderstanding you. I thought you were using the old version of the library but the …

Post on Jun 7, 2017

The error code was created in 4.0 with knowledge that in the future we might add features in the Tur…

Post on Jun 6, 2017

>> "shouldn't it be TF_E_UPGRADE_LIBRARY?" Yes, but unfortunately TF 3.x didn't have that er…

Eclipse RCP support

Post on Jun 14, 2017

Hey Cathy, The best place to start is our Java example: https://wyday.com/limelm/help/using-turboa…

wyUpdate error downloading

Post on Jun 14, 2017

You'll also need to use the .NET 4.0 version of wyUpdate: https://wyday.com/wybuild/requirements.php

Patch is not reasonable

Post on Jun 14, 2017

The frequently asked questions are a good place to look. "What's the "catch-all" update? Why is it s…

Issue Deploying Project Update on windows 10

Post on Jun 14, 2017

Nope there's nothing special about Windows 10. This is a configuration error either in the way you'r…

Post on Jun 12, 2017

You're trying to update from a local file on disk. And the file is not found on disk (it's telling y…

How do you access the email associated with the license?

Post on Jun 13, 2017

If you want to access the email from within your application then you'll have to add it as a custom …

Multiple user on a same machineSolved

Post on Jun 13, 2017

Use the TA_SYSTEM flag when calling TA_CheckAndSavePKey().

Deleting Product

Post on Jun 13, 2017

We don't currently have a way to put individual products in dormant mode. It would require large inf…

Scripting Bulk Activations

Post on Jun 7, 2017

Hey William, The easiest way to import old data is using our LimeLM interface: https://wyday.com/l…

Integrating LimeLM into Firemonkey app

Post on Jun 6, 2017

OK, we'll put together a simple example.