MSVCR100D.dll is missing error

Oct 19, 2010 at 10:01am
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?
Oct 19, 2010 at 10:46am
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
Oct 19, 2010 at 10:47am
Only distribute the release build and link the runtime library statically (see Google).
Oct 19, 2010 at 9:40pm
@ kbw
I already tried the second thing, nothing. And I want to keep it closed source =/
Oct 19, 2010 at 9:59pm
Closed/Open source has nothing to do with it.
Oct 19, 2010 at 11:43pm
just as Athar says
Change project settings as "Statically Add Library" ,most probably will solve your problem.
Oct 24, 2010 at 10:56am
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.