TurbofLoat UnregisterAnswered

Hi All,

So Iam using turbo float license and it works just fine. But I need to combine it with Turbo Activate and another hard-lock library. 

We have our own license register program for this. So it is quite handy for me do decide if a user registered a floating license server or not.
So TF_GetServer  when this fails I know straight away that no floating license was registered.
Now there would be a scenario that user would need to “unregister” the floating license in our own program. 
Therefore I would like to reset the TF_GetServer entry again so this function start failing again as if it was never saved. Is there a  TF_ClearServer function? 

I see there is TF_SaveServer(YourHandle, 0, 0, TF_SYSTEM) option but not sure if that is the same.

Thank you!

Richard.

Answer

No, there's no way to reset the address to “empty”.

Best way to handle things is to store whether you're using hardware-locked or floating licensing elsewhere and choose based on that saved value.