32-bit vs 64-bit with Mac

My application installs via the Mac Installer during which I call both CheckAndSavePKey(0, TA_SYSTEM) and UseTrial(TA_SYSTEM) with elevated permissions. This has been working fine for a while now. Recently though, I changed my application to be 64-bit (previously it was 32 only). Now, when the application is started after installation, UseTrial fails. I literally haven't made any other changes besides switching to 64-bit. Can you think of a reason why this problem might be occurring?

Thanks,Eric

Hey Eric,

What do you mean "UseTrial fails"? What's the exact error code? What version of TurboActivate are you using? Try the latest version.

Actually, what I meant was that TrialDaysRemaining was saying there were 0 days left in the trial.

But you're right, updating to the latest version fixed it. Thanks.