I have checked it. When TA version of dat file is present, call succeeds. But I don't want to have TA dat file when I am using TF. How this can be solved?
Hello. I'm using TurboFloat API with C++. When I call
hr = IsDateValid(buffer, TA_HAS_NOT_EXPIRED);
I get return code TA_E_PDETS (failed to load TurboActivate.dat)It's strange because TF_GetFeatureValue() call succeeds earlier. Could it be because IsDateValid is from TA, not from TF, so it can't find TF version of dat file? Can I use IsDateValid for TurboFloat?
I have checked it. When TA version of dat file is present, call succeeds. But I don't want to have TA dat file when I am using TF. How this can be solved?
I actually meant do I need to call both PDetsFromPath() and TF_PDetsFromPath() to make it work? Or is there another way?
Well, the TF_IsDateValid() function does not exist in the TurboFloat library 3.x. It is included in 4.0 and newer (out soon).
So, yes, if you want to use the IsDateValid function currently (before 4.0 is released) then you'll have to use both TurboActivate and TurboFloat.