upgrade to latest DLL

Hello! I have upgraded to the latest TurboActivate.dll.I.e. replaced the DLL in my Release and Debug folders and copied a new TurboActivate.cs to my project.Now the project does not compile.I got the following errorsError 44 'wyDay.TurboActivate.TurboActivate' does not contain a definition for 'TA_DateCheckFlags' ...Main.cs 2827 35 Error 45 'wyDay.TurboActivate.TurboActivate' does not contain a definition for 'TA_Flags' ...\Main.cs 2878 58

etc...The moment I replace the cs file back to old one, without replacing dll, everything builds fine.Can you please let me know if there is anythnig else I need to do in cs file to make it working?Thanks

Hey Tagir,

We've updated all the example in "API\" to show how to use the new classes. Long story short, you now have to create a TurboActivate class and then call the methods from that class instance, rather than just making static calls.

We'll be updating the documentation online next week to explain how to migrate to the new way of doing things.

But in the meantime the example shows you how to do it.

Let me know if that helps.

Hi Wyatt,

would you give the full link to the updated examples please.

Thanks

You can get the latest version on your API page: https://wyday.com/limelm/api/

It includes the latest examples.

We'll update the help articles later this week.

ThanksJust a quick question for now:

Do we use the same TurboActivate.dat files that were generated for our products when we upgrade to version 4?

Yes, unless the TurboActivate.dat is very old, and then it will fail to load. Safest bet is to just login to your account, re-download the TurboActivate.dat file, and replace your existing file.