msvcrt.dll (VC6 Runtime) compatible to Windows XP/2003.
I use in KDW msvcrt changed a little change from 2003's one.
Lastest DBGHELP.DLL is included in last SDK, and it is Advanced compatible to XP7s one.
Almost game installers include it.
CryptStringToBinaryA/W
WIndows 2000 has native both functions.
Plz see offcet 00072180 and 0007232A (5.131.2195.7147)
MacLover, on 19 October 2011 - 03:25 PM, said:
I just finished going through all of the files for VS2008 and found that the following APIs are needed to run it:
MSVCRT.DLL -> _vscwprintf (WIC)
MSVCRT.DLL -> _wtof (WIC, WPF)
MSVCRT.DLL -> _aligned_free (WIC)
MSVCRT.DLL -> _aligned_malloc (WIC)
MSVCRT.DLL -> ___lc_codepage_func (WPF, XPS)
MSVCRT.DLL -> ___lc_handle_func (WPF, XPS)
MSVCRT.DLL -> __uncaught_exception (WPF, XPS)
MSVCRT.DLL -> _resetstkoflw (WPF)
MSVCRT.DLL -> __crtGetStringTypeW (XPS)
MSVCRT.DLL -> __crtLCMapStringW (XPS)
MSVCRT.DLL -> ___mb_cur_max_func (XPS)
MSVCRT.DLL -> __pctype_func (XPS)
MSVCRT.DLL -> _strtoi64 (XPS)
MSVCRT.DLL -> _strtoui64 (XPS)
DBGHELP.DLL -> SymLoadModuleEx
DBGHELP.DLL -> SymEnumTypes
DBGHELP.DLL -> SymGetTypeInfo
CRYPT32.DLL -> CryptStringToBinaryA
CRYPT32.DLL -> CryptStringToBinaryW