简体   繁体   English

OpenCV 2.4.7.2 + Windows 8.1 + Visual Studio 2013 ==错误

[英]OpenCV 2.4.7.2 + windows 8.1 + Visual Studio 2013 == Error

I've installed new Windows 8.1 system with the following: 我已经安装了带有以下内容的新Windows 8.1系统:

OpenCV 2.4.7.2 OpenCV 2.4.7.2
Visual Studio 2013 Ultimate. Visual Studio 2013旗舰版。

I'm tying to work with my OpenCV projects but get's the following error: 我想使用我的OpenCV项目,但出现以下错误:

'OPENCV_PROJECT.exe' (Win32): Loaded 'E:\Users\yirmio\Documents\Visual Studio 2013\Projects\OPENCV_PROJECT\x64\Debug\OPENCV_PROJECT.exe'. Symbols loaded.
'OPENCV_PROJECT.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'E:\Dev\opencv\build\x64\vc11\bin\opencv_core247d.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'E:\Dev\opencv\build\x64\vc11\bin\opencv_features2d247d.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'E:\Dev\opencv\build\x64\vc11\bin\opencv_highgui247d.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'E:\Dev\opencv\build\x64\vc11\bin\opencv_nonfree247d.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120d.dll'. Cannot find or open the PDB file.
The program '[4752] OPENCV_PROJECT.exe' has exited with code -1073741515 (0xc0000135) 'A dependent dll was not found'.

I've searched Google for houres with no solution to this problem... Allready changed the libraries and all project settings... 我已经在Google上搜索了几个小时,没有解决该问题的方法...已经准备好更改库和所有项目设置...

Hope for some help... 希望有所帮助...

Thanks! 谢谢! Yirmi. 艺美

Did you ever tried this ? 你有没有试过这个

  1. setting PATH 设置路径

  2. add compiler 'vc11' and linker to visual studio 将编译器'vc11'和链接器添加到Visual Studio

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

相关问题 Windows 8.1项目的Windows 10 Visual Studio 2013生成错误 - Windows 10 Visual Studio 2013 build error for Windows 8.1 project 如何在Windows 8.1上安装SDL并将其连接到Visual Studio Community 2013 - How to install SDL on Windows 8.1 and to connect it to Visual Studio Community 2013 远程调试Windows 8.1驱动程序Visual Studio 2013 - remote debugging windows 8.1 driver Visual studio 2013 使用Visual Studio 2013 pro update 3(或4)在Windows 8.1上构建铬。 - Building chromium on windows 8.1 using Visual Studio 2013 pro update 3 (or 4). 在带有VS 2013的Windows 8.1上安装OpenCV 2.4.10 - Installing OpenCV 2.4.10 on Windows 8.1 with VS 2013 在Visual Studio 2013中使用OpenCV - using opencv with visual studio 2013 带有Visual Studio 2013(C ++)的OpenCV:findContours断点错误 - OpenCV with Visual Studio 2013(C++): findContours breakpoint error VideoCapture错误C ++ Visual Studio 2013中的OpenCV 3.0.0 - VideoCapture error OpenCV 3.0.0 in Visual Studio 2013 in C++ cv:内存位置的异常 - 运行openCV代码Visual Studio 2013和Visual Studio 2017 - Windows 7 - cv:Exception at memory location - Running openCV code Visual studio 2013 & Visual studio 2017 - Windows 7 异步与Visual Studio 2013(Windows8.1)和GCC 4.9(Ubuntu14.10)的不同行为 - Different behavior of async with Visual Studio 2013(Windows8.1) and GCC 4.9(Ubuntu14.10)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM