Sam (Sam) has made 3126 posts.
BUT we are getting some strange errors from TA and one of them shows that we are under VM - BUT of c…
Post on Sep 11, 2013I'm not sure what the question is. There are 3 facts: The customer is running on a virtual machine.…
Post on Sep 11, 2013If you want to allow virtual machines, then set the product key to allow activations on virtual mach…
Yes, make sure "wyUpdateLocation" is set, also make sure you don't have another instance of wyUpdate…
The TurboActivate.h file contains in-depth descriptions of all the functions. Here's IsGenuineEx(): …
Post on Sep 10, 2013If you're calling IsGenuine() yourself without using our tracking then it's entirely up to you how y…
Post on Sep 10, 2013OK, then the only option for you is to use plain old IsGenuine() and you have to keep track of when …
Post on Sep 9, 2013February has not 30, but 28 or more days. Other months have 30 or 31 days. Yes, that's exactly wha…
Post on Sep 9, 2013Well, the best way to do this is have IsGenuineEx() called every 30 days (every month but February h…
After TurboFloat is released we'll release TurboActivate 3.5.0. The primary "feature" of TA 3.5.0 is…
Post on Sep 5, 2013TurboActivate will be completely thread safe with version 3.5.0.
Do you have standalone tool that can deactivate a license? It's not practical for me to release an u…
Post on Sep 4, 2013For some reason, the license deactivation is not working - it reports a connection problem. He has t…
I am using the parameterless version of UseTrial() - what is the default? The parameter-less versi…
Post on Sep 4, 2013It might be that you're using UseTrial(TA_USER) instead of UseTrial(TA_SYSTEM). The first will store…
Post on Sep 4, 2013Well, we can't reproduce this here. We do extensive testing on all Windows versions, including Windo…
Post on Sep 4, 2013deactivated, the trial period appears to be completely restored. No, that doesn't happen and can'…
Hey Ernesto, It's because JSON is escaping the forward slashes, thus corrupting the data. See: JSO…
I don't know what you're asking. There's a .NET 2.0 wyUpdate and a .NET 4.0 wyUpdate.
0 is a success. 0 is TA_OK. 1 is a failure., 1 is TA_FAIL. It sounds like everything is working corr…