When trying to build your application in Visual Studio, you might come across an error message
MSVCP110.dll is missing
or
MSVCR110.dll is missing
These dlls are part of the Microsoft Visual C runtime environment.
To fix this error there are two options
In the Visual Studio project settings, configure the project to use the static runtime libraries:
[Configuration Properties] → [C/C++] → [Code Generation] → [Runtime Library = Multi-Threaded]
You can download the missing files through the following link:
msvcx110.zip
Store the files on your target system in the folder
/Flashdisk/System/.