License UI Information

Hello,I am writing a Qt based version of the TurboActivate app.We support Windows , Mac OSX, and Linux and I want to extend the TurboActivate App to include update checking.

I cannot find any way to get the information entered on the LimeLM version definition: (See Below)

* Version name Ex: "Premium" or "2.0 pro", etc.* Where to find the product key 1 sentence max* Buy link Ex: http://yoursite.com/buy-now.php

I Have a Qt C++ wrapper for the TurboActivate library working, and I am working on the App GUI.

Is there some hidden API that I'm missing ?

Thanks,Paul

Hey Paul,

Is there some hidden API that I'm missing ?

Yes, it's a hidden API. The reason we don't expose this to the end-user is because (a) the interface to retrieve this info is "quick and dirty" (b) you can hardcode this values into your app, we can't do that for the TurboActivate wizard (or we'd have to make a separate TurboActivate wizard for every version and for every customer).

Will hardcoding those values into your custom wizard be a problem?

Getting the values into my app isn't a problem I just need to install some text file with the specific version information and read the data from that.

I just wanted to make sure I wasn't missing a simpler solution.Thanks for the quick response.

-Paul