I can run my code on my developer machine, however, when I distribute it to my client's machine, I got a few errors, as you can see from the screenshot below.
The most important error, I gather. is the missing of msvcr110.dll, I gather that this is a VC++ distributable missing issues on client machine. May I know which VC++ re-distributable that I should distribute with my application?