当前位置:网站首页>解决msvcp120d.dll和msvcr120d.dll缺失
解决msvcp120d.dll和msvcr120d.dll缺失
2022-07-03 10:58:00 【qq_37705525】
VS2015配置OpenCV2.4.xx之后,会出现如下问题:
原因:微软的Visual Studio最终用户许可协议是禁止发布调试版(名字后面有D)的DLL的,msvcp120d.dll和msvcr120d.dll是VS2013版本中的调试库文件,存在于路径:D:\softwares\Microsoft Visual Studio 12.0\VC\redist\x86\Microsoft.VC120.CRT中,VS2015版中只有msvcp140d.dll和msvcr140d.dll,但是OpenCV2.4.xx用的库版本最高为VC12,该库并没有升级VC14,我们需要用到VS2013的调试库文件,所以会造成msvcp120d.dll和msvcr120d.dll的缺失。
解决方法:网上的方法是下载msvcp120d.dll和msvcr120d.dll到系统路径:C:\Windows\System32或C:\Windows\SysWOW64。但是我认为这样做不可取,随意添加问价到系统路径中容易与其他软件的安装发生冲突。我们可以将其放到OpenCV库路径中:D:\softwares\OpenCV\opencv\build\x86\vc12\bin。这样当我们不使用opencv时也不会调用这两个库文件,比较安全。
边栏推荐
- The LINQ expression node type 'ArrayIndex' is not supported in LINQ to Entities
- Technical experts from large factories: how can engineers improve their communication skills?
- Understand go language context in one article
- Touch and screen automatic rotation debugging
- R语言使用aggregate函数计算dataframe数据分组聚合的均值(sum)、不设置na.rm计算的结果、如果分组中包含缺失值NA则计算结果也为NA
- 00后抛弃互联网: 毕业不想进大厂,要去搞最潮Web3
- Hongmeng fourth training
- How should intermediate software designers prepare for the soft test
- 动态规划(区间dp)
- R语言ggplot2可视化:gganimate包创建动态折线图动画(gif)、使用transition_reveal函数在动画中沿给定维度逐步显示数据、在折线移动方向添加数据点
猜你喜欢
Solve undefined reference to`__ aeabi_ Uidivmod 'and undefined reference to`__ aeabi_ Uidiv 'error
多维度监控:智能监控的数据基础
Machine learning 3.2 decision tree model learning notes (to be supplemented)
This article explains the complex relationship between MCU, arm, MCU, DSP, FPGA and embedded system
机器学习 3.2 决策树模型 学习笔记(待补)
活动预告 | 直播行业“内卷”,以产品力拉动新的数据增长点
Mmc5603nj geomagnetic sensor (Compass example)
Yintai department store ignites the city's "night economy"
Incremental database backup - DB incr DB full
Kubernetes 三打探针及探针方式
随机推荐
Software testing weekly (issue 78): the more confident you are about the future, the more patient you are about the present.
Mmc5603nj geomagnetic sensor (Compass example)
C language AES encryption and decryption
phpcms 提示信息頁面跳轉showmessage
LeetCode 46:全排列
Xml的(DTD,xml解析,xml建模)
2022 东北四省赛 VP记录/补题
Multi dimensional monitoring: the data base of intelligent monitoring
FL Studio 20 unlimited trial fruit arranger Download
Web安全总结
Excel表格转到Word中,表格不超边缘纸张范围
One hot code
The R language uses the hist function in the native package (basic import package, graphics) to visualize the histogram plot
Touch and screen automatic rotation debugging
基于turtlebot3实现SLAM建图及自主导航仿真
GCC compilation process and dynamic link library and static link library
STL教程8-map
Illustrated network: what is virtual router redundancy protocol VRRP?
asyncio 警告 DeprecationWarning: There is no current event loop
MATLAB提取不規則txt文件中的數值數據(簡單且實用)