MSVCR100D.dll is missing error

Well I made a Win32 application using Visual C++ 2010. I had a friend try it and it said "MSVCR100D.dll is missing", any way of fixing this?
1. Distribute the release build.
2. Install the distributable vs 2010 C++ runtime.
http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db84
Only distribute the release build and link the runtime library statically (see Google).
@ kbw
I already tried the second thing, nothing. And I want to keep it closed source =/
Closed/Open source has nothing to do with it.
just as Athar says
Change project settings as "Statically Add Library" ,most probably will solve your problem.
Umm I don't know any of the "terms" that have to do with projects, compilers ect. that well xD I only know the actually C++ code lol. How would you "Only distribute the release build and link the runtime library statically" or "Change project settings as "Statically Add Library"" can someone explain step by step please.

lol sorry for acting like a noob :P
Topic archived. No new replies allowed.