Wyatt O'Day (Wyatt) has made 7841 posts.
You probably have Hyper-V enabled. If you do, you're in a VM. That's how Hyper-V works.
TA 4.0 is coming out in January. We didn't finish before the holidays (Christmas in particular) whic…
Force the user to deactivate their TFS (as opposed to deactivting remotely from the LimeLM interface…
This is just Mac being Mac. You have to re-sign any dylibs your include in your app with your own co…
While you're at it perhaps you would consider a combined TurboActivate/TurboFloat DLL too. I can't u…
There's no option for ExtraData on the TFS keys because there is only 1 activation allowed for TFS k…
We've considered it. It won't be in the TF 4.0 release.
Post on Dec 25, 2015It depends on the nature of the address. It tries to resolve every address (even fake ones). And if …
The signature was time stamped. As far as I know this should ensure the verification also when the c…
Yes. Any successful re-activation from any function (IsGenuine(), Activate(), ActivateFromFile(), Is…
Or put it differently: will LimeLM try to connect to the servers if it was activated offline? If y…
No problem. Also, when TF 4.0 is released it will be with the static libraries on all platforms.
Post on Dec 15, 2015Loading libraries is different for every platform. On Windows the app loads the libraries first from…
Hey Arie, You'll want to use the TurboActivate.iss file in Installers\Inno Setup folder as a good …
Well, first of all, make sure you're catching all the events (especially the UpToDate event, which i…
Oh, I didn't even spot that in your code. An alternative is to just declare the short and then pass …
Post on Dec 8, 2015On the first call to TF_GetServer() in the above code, I pass in 0 for the cchHost so I can get the …
Specifically, I'm calling CheckAndSavePKey('', 1) -- that is, with no product key. It returns TA_FAI…
No, TFS 4.0 you'll be able to deactivate using commandline. We didn't include it in TFS 3.x because …