TA_IsGenuineEx returning TA_E_INET_TIMEOUTAnswered

Hello,

The documentation in TurboActivate.h indicates that TA_E_INET will be returned for IsGenuineEx instead of TA_E_INET_TIMEOUT, but lately is returning TA_E_INET_TIMEOUT instead of the more generic error.  I have the latest version (V 4.4.4.0) of TurboActivate for Windows.  This is causing problems in our deployed applications because we didn't code for that error.

Answer

TA_IsGenuineEx() always returns TA_E_INET for any internet error. Make sure you're actually using the latest TurboActivate. And that you're not using TA_IsGenuine() (i.e. hammering our servers and creating a worse experience for customers).