VS2012 and VCOMP110.dll

2019-06-28 02:48发布

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条回答
SAY GOODBYE
2楼-- · 2019-06-28 03:14

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

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

But i didn't found a lib.

查看更多
登录 后发表回答