Ice 3.6.1 msvcp120.dll visual studio 2015

in Help Center
Hi, Friends of ZeroC!
I Try Build a Simple Program with Ice in Visual Studio 2015 and Windows 10. All Build OK, but when i try Execute the Software say a Message Need msvcp120.dll. I Point Libs to C:\Program Files (x86)\ZeroC\Ice-3.6.1\lib\vc140
what i do?
Thank You!
I Try Build a Simple Program with Ice in Visual Studio 2015 and Windows 10. All Build OK, but when i try Execute the Software say a Message Need msvcp120.dll. I Point Libs to C:\Program Files (x86)\ZeroC\Ice-3.6.1\lib\vc140
what i do?
Thank You!
0
Comments
How are you building your program, are you using Ice Builder? with Ice Builder you don't need to set library paths it is done automatically, and the run environment is also setup when you start the program from Visual Studio, if you want to run the program manually take a look at using the windows binary distribution.
msvcp120.dll is the Visual Studio 2013 C++ runtime seems to me that you are not building against v140 platform toolset
This Help in the Problem..
I Have 3.6.0 Installed in This Machine, and Install 3.6.1. The Path is 3.6.0, it is the Problem.
I Change the Path and Work. (Path VS2015 3.6.1 / In Machine 3.6.0)
Thank you!