I have a cpp program with some dependencies dll (black box for me). One of this dll depend on the MSVCRT.dll of windows/system32/.
My program run on win vista and newer but doesn't on win xp cause the msvcrt.dll is too old and don't have some functions.
I'd like to use my own msvcrt.dll (which come from win Vista) with my program but i don't know to tell this to the dependent dll (i don't have the sources of it) which requires msvcrt.
Thanks !
-- test --
I joined a newer msvcrt.dll in the folder containing my app (a .dll in fact), dependy walker tell me that it's still linking to the system32/msvcrt.dll