VS2012 and VCOMP110.dll

戏子无情 提交于 2019-12-23 13:57:33

问题


I swtiched a few days ago from VS1010 to VS2012 and the change gave me no trouble at all. Yesterday I took a compiled DLL to another machine and noticed it wouldn't work at all, not even load. Since the DLL runs bug free on the computer that I use to develop I thought it would be an unresolved dependency and I was right.

When building with VS2010 v110 toolset there's another additional dependency: VCOMP110.DLL . Is there a way to statically include this DLL at compilation time so I won't have to redistribute it along with the software?


回答1:


It should be Microsoft® C/C++ OpenMP Runtime

see http://systemexplorer.net/file-database/file/vcomp110-dll

But i didn't found a lib.



来源:https://stackoverflow.com/questions/12226654/vs2012-and-vcomp110-dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!