Dependencies issue

I've tried to send my friends programs, but when they open them they report an error. When I checked to see if my program had any dependencies, there were't any.
I use visual studio 2010 express. I don't know what's wrong.

ps: Someone told me that all programs compiled with visual studio require the msvcp110.dll or something like that to be installed on the machine running the program. So my question is: Is it possible to include the .dll file in the program so that anyone can use it?
Make sure you are building in Release mode and not Debug - there should be a dropdown at the top.
Topic archived. No new replies allowed.