I have created a small WIN32 Console Application
in Visual C++ in Windows 7.
When I try to run this application on Windows Xp it gives me an error saying
This application has failed to start because MSVCR100D.dll was not found. Re-installing the application may fix this problem.
So how do I statically build this application so that it contains MSVCR100D.dll
? or
do I have to copy MSVCR100D.dll
form Windows 7 and paste it some where in Windows Xp ?
Thanks.