Michael Kiferʼs posts

Michael Kifer (kifer) has made 38 posts.

TurboFloat -deact buglet

Post on Dec 19, 2017

If one tries to -deact while the TurboFloat server is running, the following cryptic message is give…

TF_E_USERNAME_NOT_ALLOWED and approved user names

Post on Dec 14, 2017

TurboFloat.h says about TF_E_USERNAME_NOT_ALLOWED:The current user cannot request a license lease fr…

TF_CB_FEATURES_CHANGED in LeaseCallback

Post on Dec 14, 2017

Do you mean that it will be called if, for example, a custom license field (like expiration date) ha…

Post on Dec 12, 2017

In TurboFloat's Example.c, in LeaseCallback(), it says: case TF_CB_FEATURES_CHANGED: /…

TurboFloat server and cloud

Post on Jan 8, 2017

Good, thanks. Would be good to clarify this in the documentation.

Post on Jan 6, 2017

I've read various threads about using LimeLM on the cloud and the recommendation was to use TorboFlo…

refreshing TA_GetFeatureValue

Post on Jan 6, 2017

I am using a custom expiration date field. Unfortunately, when I extend a license, that field does n…

feature request: filter by unexpired trials

Post on Nov 12, 2016

It would be nice if your trials page (the one that lists all trials on your web site) had the abilit…

getting around verified trials

Post on Nov 8, 2016

Thank you.

Post on Nov 8, 2016

My question was not how to disallow VMs but whether VMs can be used to indefinitely extend trials.Yo…

Post on Nov 6, 2016

The comment in TurboActivate.h for the option TA_DISALLOW_SANDBOX says: forbid sandbox type app…

PDetsFromPath fails on Windows

Post on Sep 21, 2015

There is a little L"...." in the comments in one place. Wide chars or wchar_t is not mentioned anywh…

Post on Sep 21, 2015

Thanks a lot! It would be good if it was made clear in TurboActivate.h that regular char-strings mus…

Post on Sep 21, 2015

Thank you. Here is the code: #ifdef _WIN32#include <tchar.h>#else#define _T(x) xtypedef char…

Post on Sep 20, 2015

On Windows, PDetsFromPath always return 8 (failed to load TurboActivate.dat) even though I verified …

getting key feature

Post on Sep 19, 2015

If the user tries to activate using an expired license key, I would like to give a message that that…

Post on Sep 19, 2015

I know that with GetFeatureValue one can query the features of the current product's key.But is ther…

Deactivate() info

Post on Sep 17, 2015

Where can I find an example of the use of Deactivate() in C/C++?This function is mentioned several t…