我的电脑安装了 visual studio 2012 ,我用它编写出来的程序(比如说控制台应用程序)在另一台win7的电脑中不能运行,那台win7没有安装 visual studio 2012 ,运行时弹出缺少“MSVCP110D.dll”;
我尝试下载了vc2012运行库,但还是运行不了,请问怎么解决啊
你好,
请部署release版本的程序,缺少msvcp110d.dll,是因为您部署了debug版本的程序。
visual studio 2012 redistribute只包含release版本的运行库等。
此致
Elegentin Xie MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.