简体   繁体   English

VS 2013 OpenCV错误:无法找到或打开PDB文件

[英]VS 2013 OpenCV Error: Cannot find or open the PDB file

When i'm compilling an opencv example project, I have such error: 当我正在编写一个opencv示例项目时,我有这样的错误:

'opencv2.exe' (Win32): Loaded 'C:\opencv\build\x64\vc12\bin\opencv_core248.dll'. Cannot find or open the PDB file.
'opencv2.exe' (Win32): Loaded 'C:\opencv\build\x64\vc12\bin\opencv_highgui248.dll'. Cannot find or open the PDB file.
'opencv2.exe' (Win32): Loaded 'C:\opencv\build\x64\vc12\bin\opencv_contrib248.dll'. Cannot find or open the PDB file.
'opencv2.exe' (Win32): Loaded 'C:\opencv\build\x64\vc12\bin\opencv_flann248.dll'. Cannot find or open the PDB file.
'opencv2.exe' (Win32): Loaded 'C:\opencv\build\x64\vc12\bin\opencv_imgproc248.dll'. Cannot find or open the PDB file.
'opencv2.exe' (Win32): Loaded 'C:\opencv\build\x64\vc12\bin\opencv_features2d248.dll'. Cannot find or open the PDB file.
'opencv2.exe' (Win32): Loaded 'C:\opencv\build\x64\vc12\bin\opencv_calib3d248.dll'. Cannot find or open the PDB file.
'opencv2.exe' (Win32): Loaded 'C:\opencv\build\x64\vc12\bin\opencv_ml248.dll'. Cannot find or open the PDB file.
'opencv2.exe' (Win32): Loaded 'C:\opencv\build\x64\vc12\bin\opencv_video248.dll'. Cannot find or open the PDB file.
'opencv2.exe' (Win32): Loaded 'C:\opencv\build\x64\vc12\bin\opencv_objdetect248.dll'. Cannot find or open the PDB file.

oh, this has been answered soo often here .. 哦,经常在这里经常回答..

first, this is no error. 首先,这不是错误。 it's a warning. 这是一个警告。 the prebuilt opencv libs indeed come without pdb files (dl size). 预建的 opencv库确实没有pdb文件(dl大小)。

so, you can still run / debug your own code , but you can't dive into the opencv libs while debugging. 所以,您仍然可以运行/调试自己的代码 ,但在调试时无法深入了解opencv库。

again, no error. 再次,没有错误。 if you still need that feature, you'll have to rebuild opencv locally using cmake, this will generate those pdb files, too. 如果您仍然需要该功能,则必须使用cmake在本地重建opencv,这也将生成这些pdb文件。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 opencv_world300d.dll”。 找不到或打开PDB文件 - opencv_world300d.dll'. Cannot find or open the PDB file C ++ OpenCV“无法找到或打开PDB文件”和“ Project2.exe中的(opencv_world310.dll):访问冲突读取位置 - C++ OpenCV “Cannot find or open PDB file” and "(opencv_world310.dll) in Project2.exe: Access violation reading location Visual Studio 2017 'C:\\OpenCV-3.3.0\\opencv\\build\\x64\\vc14\\bin\\opencv_world330d.dll'。 无法找到或打开 PDB 文件 - Visual Studio 2017 'C:\OpenCV-3.3.0\opencv\build\x64\vc14\bin\opencv_world330d.dll'. Cannot find or open the PDB file 找不到或打开PDB文件,调试本机代码 - cannot find or open PDB file, debugging native code 找不到或打开PDB文件Visual Studio 2012 - Cannot find or open the PDB file Visual studio 2012 Windows 10中的Visual Studio 2012:找不到或打开PDB文件 - Visual Studio 2012 in Windows 10: Cannot find or open the PDB file 在Visual Studio C ++ 2010中找不到或打开PDB文件 - Cannot find or open the PDB file in Visual Studio C++ 2010 错误C1083无法在VS 2015中打开包含文件:'opencv2 \\ opencv.hpp' - Error C1083 Cannot open include file: 'opencv2\opencv.hpp' in VS 2015 VS Community 2013:无法打开包含文件“ winres.h” - VS Community 2013: cannot open include file 'winres.h' 无法找到或不匹配“mpiexec”的调试信息。无法找到或打开PDB文件 - Debugging information for 'mpiexec' cannot be found or doesn't match.Cannot find or open the PDB file
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM