Wyatt O'Dayʼs postsSupport staff

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

Is there any good news on Version 4? [Out now]

Post on Apr 3, 2016

Sorry, I should communicate *potential* release dates better. When I say "TurboActivate 4.0 is comin…

Post on Mar 28, 2016

Hey Rahul, We're talking about TurboActivate here (because we're in the LimeLM, TurboActivate, Tur…

Post on Mar 27, 2016

We're working hard to get it out by the end of March. We're almost there. This is a big, atypical re…

Strange issue with TurboActivate

Post on Mar 31, 2016

The IP address doesn't matter. It's shown only for informational purposes. It's not used at all in T…

LimeLM's license generator + Paypal sandbox.

Post on Mar 28, 2016

Enable debugging. If you're using PHP make sure you read all logs (the log written by PHP itself, th…

Post on Mar 28, 2016

The sandbox doesn't need to send emails. Your website is sending the emails to the address. See: htt…

Post on Mar 28, 2016

You need to create a "sandbox buyer" with a real email address. See the PayPal documentation: https:…

Failed to upload updates - AWS

Post on Mar 26, 2016

We're looking into this. We haven't been able to reproduce it yet.

Microsoft Surface Pro IssueSolved

Post on Mar 26, 2016

>> "Would changing to TA_SYSTEM be the first step or should we leave that so we can find out w…

Post on Mar 24, 2016

Everything inside the ElseIf gr = IsGenuineResult.NotGenuine Then is inside a try block which is swa…

Post on Mar 23, 2016

This is a problem in your code. You're swallowing exceptions. Don't do that. If you swallow exceptio…

Post on Mar 22, 2016

Much more information is needed. Code samples. A way to reproduce it. My guess is that the user is…

MakeFile example for Linux x64 shared build

Post on Mar 24, 2016

We define those variables at the top of the script. You can change them to anything. It's entirely u…

Post on Mar 24, 2016

It's all there in the makefile: example.o:g++ -c $(CXXFLAGS) $(LDFLAGS) Example.c -o example.o S…

Post on Mar 24, 2016

The next version of TurboActivate will have more makefiles. Here's the x64 one for the Example.c: …

Possible to use timed trial in addition to verified trials?

Post on Mar 23, 2016

We're working hard to get it out before the end of March. Delays may happen.

Post on Mar 22, 2016

Hey Arie, Well, in TurboActivate 4.0 (out soon) we'll be adding product-key-less verified trials. …

Restart console application

Post on Mar 23, 2016

The AutomaticUpdater doesn't close your app (neither does the AutomaticUpdaterBackend). It does, how…

Update in a batch file

Post on Mar 23, 2016

See step 4 in the FAQ: https://wyday.com/wybuild/help/faq.php#silent-hide-2

IsGenuineEx hangs on Windows 10

Post on Mar 21, 2016

>> "I ran TurboActivate.exe successfully it seems, indicating that the library is properly act…