Wyatt O'Day (Wyatt) has made 7841 posts.
My guess is the customer is cloning the Virtual Machine, and one of the cloned instances with the TF…
When IsGenuineEx is called, the return is 3. (A fail) Look in TurboActivate.h. That's where the er…
Yes. So long as you use the same TurboActivate.dat & version GUID in your app.
Hey Alex, one after it expires. Well, you'll either need to use a trial extension (for unverified…
The update window pops up, the update starts and then a messagebox informs me that the process for t…
Post on Apr 17, 2015Here's an example of how to start a process, wait for it to exit, and then get the exit code: http:/…
Post on Apr 15, 2015Start here: Walkthrough for your first time using wyBuild. When you get to the integrating into yo…
Result: Logfile is empty. Files was not updated. You can't use /fromservice because you're not run…
Post on Apr 14, 2015Process[] wyUpdateProcesses = Process.GetProcessesByName("wyUpdate"); foreach (var proc in wyUpdat…
Hey Steve, 16 is 0x10 in hex, which if you look in TurboActivate.h you'll see means TA_E_INVALID_F…
The unverified trial system is completely separate from activations. The first time you call UseTria…
Post on Apr 14, 2015I have changed the details about the application in LimeLM.I have saved the changes and re-downloade…
so i can get their values even if the license is expired and non-Genuine. No. m_GenuineOptions.nD…
Post on Apr 14, 2015TA_E_ACTIVATE means you're not activated. You have to activate first. This is a type of error. The g…
Some sysadmins claim that the update requires administrative privileges to run. It consists of an ms…
The API key for a LimeLM account is limited to whatever permission a customer has. So, to make an AP…
Well, really mean using TurboActivate in a PHP application (and not using LimeLM functions from with…