I made the normal hello world program and debugged it and it worked I then copied the exe to my desktop and ran it again and it worked. then I sent it to a friend and it didn’t work.
He said it was missing a “MSVCP100D.dll”
But for me it works great on my pc.



MSVCP100D.dll is Microsoft’s C++ Library for native code.
It is required to run Visual C++ programs. Your friend can download the file from Microsoft here:http://www.microsoft.com/downloads/en/de…
This isn’t an answer but “Works on my PC” is every programmers excuse when it doesn’t work on someone else’s machine.
Find the file on your computer and tell him to put it in the same directory as your program