Wyatt O'Dayʼs postsSupport staff

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

How to use With Borland C++6

Post on Feb 11, 2015

I've uncommented the following #define in .h file.// To use the static version of TurboActivate then…

Post on Feb 11, 2015

Why would you use the Delphi project inside C++? Just use the C++ header.

UseTrial returns TA_E_PDETS for my TurboActivate.dat

Post on Feb 11, 2015

BTW, how do I paste code in like you did with highlighting and white background, etc? Only forum a…

Post on Feb 11, 2015

Ok, then the culprit is TurboActivate.cs. Since our C# example supports only Windows, presumably you…

Post on Feb 11, 2015

Ok, assuming the code is correct, then either (a) the path used in PDetsFromPath() is incorrect or (…

Post on Feb 10, 2015

My question is that does TurboActivate work with MAC or not? Yes, it does. What language are you u…

Post on Feb 9, 2015

Things are different on Mac OS X. Namely, the *.app "file" isn't really a file, but is instead a fol…

Post on Feb 8, 2015

The TurboActivate.dat might be corrupt. Login to LimeLM and redownload it, then replace all copies y…

Feature request

Post on Feb 11, 2015

Hey Dennis, We have no plans to add printing to the update information page. If your customers abs…

VB .NET 2003

Post on Feb 10, 2015

TurboActivate.dll (created in VS2003 from the API code sample you've delivered) No, the TurboActiv…

Post on Feb 10, 2015

What version of Windows are you running on?Is the TurboActivate.exe in the same folder as TurboActiv…

Post on Feb 9, 2015

The provided example should work in old obsolete versions of VB.NET, but you'll have to make some mo…

Trials Days Question

Post on Feb 10, 2015

A few things to consider: You have to call UseTrial() before calling TrialDaysRemaining().If you ev…

Using TurboActivate with ruby

Post on Feb 6, 2015

We don't have a ruby example written. But you can call libraries from Ruby, thus TurboActivate will …

Make two ore more Apps using the same Path for DAT Files

Post on Feb 6, 2015

Make sure you use the latest versions of TurboActivate. And catch & ignore that exception.

Post on Feb 3, 2015

Yes. Use the PDetsFromPath() function and the SetCurrentProduct() function. We have an article about…

Error code 11?

Post on Feb 5, 2015

Whenever you get an error code in decimal form you have to convert it to hexidecimal. 11 in decimal …

Activation seems successfull, but license data not savedSolved

Post on Feb 4, 2015

If you're using CheckAndSavePKey() with the TA_SYSTEM flag then the data should be persisted. Shoot …

Post on Feb 4, 2015

What version of TurboActivate are you using? Also, make sure the TurboActivate.exe version matches t…

Error using wyBuild from command line

Post on Feb 4, 2015

Could it be an access right problem? That's what it is. Make sure the folder being written to by w…