当前位置:网站首页>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 .
边栏推荐
- Vulnhub's presidential
- Based on MCU, how to realize OTA differential upgrade with zero code and no development?
- R language uses grid of gridextra package The array function combines multiple visual images of the lattice package horizontally, and the ncol parameter defines the number of columns of the combined g
- 【学习笔记】dp 状态与转移
- Momentum of vulnhub
- 基于turtlebot3实现SLAM建图及自主导航仿真
- Go语言实现静态服务器
- Vulnhub geminiinc V2
- The excel table is transferred to word, and the table does not exceed the edge paper range
- Notes on 32-96 questions of sword finger offer
猜你喜欢
随机推荐
R语言使用data.table包进行数据聚合统计计算滑动窗口统计值(Window Statistics)、计算滑动分组中位数(median)并合并生成的统计数据到原数据集中
GCC compilation process and dynamic link library and static link library
安裝electron失敗的解决辦法
CGroup introduction
【学习笔记】dp 状态与转移
MySQL searches and sorts out common methods according to time
Extrapolated scatter data
Vulnhub geminiinc V2
量化计算调研
How to get started embedded future development direction of embedded
STL Tutorial 9 deep copy and shallow copy of container elements
Nestjs配置服务,配置Cookie和Session
vulnhub之presidential
Use typora to draw flow chart, sequence diagram, sequence diagram, Gantt chart, etc. for detailed explanation
OpenGL 着色器使用
PHP server interacts with redis with a large number of close_ Wait analysis
The LINQ expression node type 'ArrayIndex' is not supported in LINQ to Entities
解决msvcp120d.dll和msvcr120d.dll缺失
Sheet1$. Output [excel source output] Error in column [xxx]. The returned column status is: "the text is truncated, or one or more characters have no matches in the target code page.".
Uniapp implementation Click to load more







