Obtain data from TurboFloat Server

How can the end user obtain the following data from the activated and running TurboFloat Server:- number of activated licenses;- how many licenses are currently in use;- application name and version.

We need this urgently for our customer and don't see the appropriate possibility in the TurboFloatServer Library package...

Thank you for your answer in advance.

Best regards,Vlado

- number of activated licenses;- how many licenses are currently in use;

This will be available when we release the TurboFloat Server API. Right now it's handled internally. Although you can know the important stuff (like when the number of leases is depleted) by calling TF_RequestLease() and it returns TF_E_NO_FREE_LEASES. See TurboFloat.h

Also, you can get this information currently by parsing the log file.

But, short answer: this will be easily available when we release the TurboFloat Server API.

- application name and version.

You can get that by parsing the Window Service details. Or just using the version ID and displaying a cached version.

Thanks for your prompt answer.When will the new TurboFloat Server API be available?

When will the new TurboFloat Server API be available?

It's being worked on. We don't have a hard date.

We urgently need an GUI for TurboFloatServer. Please let me know, when will the TurboFloat Server API be available.

We need to display primarily:- number of activated licenses;- how many licenses are currently in use;- application name and version.

Thank youVlado

Its coming with the 4.1 release. No hard date.