Wyatt O'Dayʼs postsSupport staff

Wyatt O'Day (Wyatt) has made 7770 posts.

ssh no longer workingAnswered

Answer on Mar 16, 2022

The next version (No hard date, asap) will have updated ssh abilities.

libTurboActivate.dylib is unsignedAnswered

Answer on Mar 15, 2022

It is critical for dynamic libraries to be signed. If the dylib is unsigned, there is no way for us …

Web API changed overnight and has broken our toolsSolved

Answer on Mar 16, 2022

Hey Piotr, That was old, hacky, accidental behavior that “became” a “feature” because a han…

TurboActivate.iss & Trial extensionAnswered

Answer on Mar 13, 2022

Yes.

Answer on Mar 11, 2022

You can do it. But is it worth the extra development time and maintenance to add it 2 separate place…

Post on Mar 10, 2022

Honestly, don’t add licensing to your installer. Add it to your app.

Post on Mar 10, 2022

Delphi is modern Pascal.

Ignore data when updatingAnswered

Answer on Mar 11, 2022

Include all files in every version. If the file is unchanged, wyBuild is smart enough to not create …

Accessing All Custom License Fields ProgrammaticallyAnswered

Answer on Mar 7, 2022

From your app? No. From the web API, which could then be compiled into your app? Yes. Or, since it…

TA_ActivateFromFile : TA_FAILAnswered

Post on Mar 3, 2022

Nope, it’s to prove the API is working correctly and that you should fix your code.

Answer on Mar 2, 2022

Use the TurboActivate Wizard to generate the files. Once you get that to work, fix your code to gen…

Post on Mar 2, 2022

Using the TurboActivate Wizard?

Answer on Mar 2, 2022

I posted code after we removed all extra-data, although that didn't change anything. Then you're us…

Post on Mar 1, 2022

There's a lot of magic happening in those QStrings. Just use basic std::strings without switching ba…

Post on Feb 25, 2022

Yes, provide code.  Also, what version of Windows 10 (there are 7 years of versions).

TurboFloatServer can't be normally installed on MacOS

Post on Mar 1, 2022

It does start after installing. Unless, of course, you use the -delaystart commandline switch. Chec…

A COM error occuredAnswered

Answer on Feb 28, 2022

Make sure you’re using the latest TurboActivate.dll too. Also, update Windows to the latest versio…

elf64-littleaarch64Answered

Answer on Feb 27, 2022

Are you using the aarch64 .so? Are you using the latest TA?

License Under NT AUTHORITY\NETWORK SERVICEAnswered

Answer on Feb 26, 2022

Use TA_SYSTEM for both saving trials data and/or activation data. And use the latest TA. If that do…

Activation not workingAnswered

Post on Feb 25, 2022

Ok, now the next questions: What version of which? What files are you using? What compilers are you…