当前位置:网站首页>Solve msvcp120d DLL and msvcr120d DLL missing
Solve msvcp120d DLL and msvcr120d DLL missing
2022-07-03 11:52:00 【qq_ thirty-seven million seven hundred and five thousand five h】
VS2015 To configure OpenCV2.4.xx after , There will be the following problems :
reason : Microsoft Visual Studio The end user license agreement prohibits the release of debug versions ( After the name D) Of DLL Of ,msvcp120d.dll and msvcr120d.dll yes VS2013 Debug library files in version , Exists in path :D:\softwares\Microsoft Visual Studio 12.0\VC\redist\x86\Microsoft.VC120.CRT in ,VS2015 There is only msvcp140d.dll and msvcr140d.dll, however OpenCV2.4.xx The maximum library version used is VC12, The library has not been upgraded VC14, We need to use VS2013 Debug library file , So it will cause msvcp120d.dll and msvcr120d.dll The lack of .
resolvent : The online method is to download msvcp120d.dll and msvcr120d.dll To the system path :C:\Windows\System32 or C:\Windows\SysWOW64. But I don't think it's advisable , Adding asking price to the system path at will is easy to conflict with the installation of other software . We can put it in OpenCV In library path :D:\softwares\OpenCV\opencv\build\x86\vc12\bin. So when we don't use opencv These two library files will not be called , To compare safety .
边栏推荐
- ftp登录时,报错“530 Login incorrect.Login failed”
- GCC compilation process and dynamic link library and static link library
- Analysis of EPS electric steering system
- Wrong arrangement (lottery, email)
- OPenGL 基本知识(根据自己理解整理)
- STL tutorial 10 container commonalities and usage scenarios
- Numpy np. Max and np Maximum implements the relu function
- 在CoreOS下部署WordPress实例教程
- 2022 northeast four provinces match VP record / supplementary questions
- Excel表格转到Word中,表格不超边缘纸张范围
猜你喜欢
Qt+VTK+OCCT读取IGES/STEP模型
Xiaopeng P7 hit the guardrail and the airbag did not pop up. The official responded that the impact strength did not meet the ejection requirements
Web security summary
STL tutorial 10 container commonalities and usage scenarios
rxjs Observable filter Operator 的实现原理介绍
聊聊Flink框架中的状态管理机制
Slam mapping and autonomous navigation simulation based on turnlebot3
Ripper of vulnhub
Introduction to the implementation principle of rxjs observable filter operator
Vulnhub's Nagini
随机推荐
Dynamic programming (interval DP)
R语言使用原生包(基础导入包、graphics)中的hist函数可视化直方图(histogram plot)
安装electron失败的解决办法
vulnhub之narak
POI excel cell wrap
MySQL searches and sorts out common methods according to time
Wrong arrangement (lottery, email)
Modular programming of single chip microcomputer
PHP基础
vulnhub之tomato(西红柿)
鸿蒙第四次培训
如何将数字字符串转换为整数
CGroup introduction
Some common terms
Extrapolated scatter data
Mmc5603nj geomagnetic sensor (Compass example)
vulnhub之GeminiInc
Analysis of EPS electric steering system
vulnhub之Nagini
STL教程8-map