Hi, Turboactivate wizard keeps showing 'activation successful,' but when I launch my app it is not checking with the activation server or simply returns 'Failed to check or save the key:'. I want to reset everything and try again, i.e., revoke license and associate a new license to my app in the same laptop. How to do it?
second: Where can I find out the meaning of return values from different functions? For instance, print('is Genuine',isGenuine) returns False print('is it activated',ta.is_activated()) returns True print('Is Internet Error',IsGenuineResult.InternetError) returns 4 print('Is it Genuine',IsGenuineResult.Genuine) returns 0 print('Is Features Changed',IsGenuineResult.GenuineFeaturesChanged) returns 1
Note ta is the instance of the class TurboActivate.
Where can I find what these coded numbers mean? Thanks for your help.
TurboActivate.dll version is 4.1.3.0. Thanks for your help.