Windows XP compatibility

I try to use latest TurboActivate binaries in our C++ project. Even if I try to build your example C++ project using MSVC++ 2013 compiler with Windows XP support it generates binaries which does not running on this platform. Error message box points to GetTickCount64 WinAPI function which available only starting from Windows Vista. I have to use statically linked binaries for TA in my project and looks like one of your 3rd party dependency (curllib.lib) imports this function. Could you please confirm that all your latest TurboActivate binaries are compatible with Windows XP as you state on your promo page and provide me instructions how to build your sample project in this compatible way?

The dynamic versions of TurboActivate and TurboFloat are guaranteed to be compatible with Windows XP. That same guarantee does not extend to the static versions of the libraries (because they depend on specific linker and compiler sanity that may or may not be possible with your particular version of a compiler, configuration, etc.)