Michael Kifer (kifer) has made 38 posts.
If one tries to -deact while the TurboFloat server is running, the following cryptic message is give…
TurboFloat.h says about TF_E_USERNAME_NOT_ALLOWED:The current user cannot request a license lease fr…
Do you mean that it will be called if, for example, a custom license field (like expiration date) ha…
Post on Dec 12, 2017In TurboFloat's Example.c, in LeaseCallback(), it says: case TF_CB_FEATURES_CHANGED: /…
Good, thanks. Would be good to clarify this in the documentation.
Post on Jan 6, 2017I've read various threads about using LimeLM on the cloud and the recommendation was to use TorboFlo…
I am using a custom expiration date field. Unfortunately, when I extend a license, that field does n…
It would be nice if your trials page (the one that lists all trials on your web site) had the abilit…
Thank you.
Post on Nov 8, 2016My question was not how to disallow VMs but whether VMs can be used to indefinitely extend trials.Yo…
Post on Nov 6, 2016The comment in TurboActivate.h for the option TA_DISALLOW_SANDBOX says: forbid sandbox type app…
There is a little L"...." in the comments in one place. Wide chars or wchar_t is not mentioned anywh…
Post on Sep 21, 2015Thanks a lot! It would be good if it was made clear in TurboActivate.h that regular char-strings mus…
Post on Sep 21, 2015Thank you. Here is the code: #ifdef _WIN32#include <tchar.h>#else#define _T(x) xtypedef char…
Post on Sep 20, 2015On Windows, PDetsFromPath always return 8 (failed to load TurboActivate.dat) even though I verified …
If the user tries to activate using an expired license key, I would like to give a message that that…
Post on Sep 19, 2015I know that with GetFeatureValue one can query the features of the current product's key.But is ther…
Where can I find an example of the use of Deactivate() in C/C++?This function is mentioned several t…