Error code 30

I just started getting this. I thought it was related to mac OS10.15 but not have 10.14 and 10.15 users also getting the sam issue.

with this code HRESULT hr; hr = UseTrial(TA_USER); if (hr != TA_OK){//Show Error}

hr is now == "30"

where are a list of error codes so I know what "30" means?

thx!Steve

All the error codes with full explanations are in TurboActivate.h

I see it now!Our .h file was way out of date compared the .dylibstrange that this code just started giving problems but now that I know what it is I can compensate for it now fine.

thx man!