I'm developing a small tool on Windows 8 which links agains msvcrt.dll and uses memmove_s
. I want to deploy my tool on Windows XP machines. My version of msvcrt is 7.0.30xx but on XP its 7.0.2600. The older version does not include memmove_s
so program crashes on startup.
I tried installing Microsoft Visual C++ Redistributable Package (both 2010 and 2012) but seems msvcrt.dll is untouched.