Are you sure you're not using TA_UNVERIFIED_TRIAL by accident? Can you give a code sample that reproduces this?
Hello,
I'm having trouble extending verified trials. I'm using v 4.7.0.1 of the 32-bit Windows DLL.
I've called TA_UseTrial and can call TA_TrialDaysRemaining with the TA_VERIFIED_TRIAL and TA_USER (TA_VERIFIED_TRIAL | TA_USER) flags
However when I try TA_ExtendTrial with TA_VERIFIED_TRIAL and TA_USER using an extension key created for a verified trial I get the 29 return code "TA_E_ALREADY_VERIFIED_TRIAL"
Am I doing something wrong? Anything I look into to?
thanks!
Erik
Are you sure you're not using TA_UNVERIFIED_TRIAL by accident? Can you give a code sample that reproduces this?
No, problem, I'm glad you figured it out.