簡體   English   中英

OpenCV 2.4.7.2 + Windows 8.1 + Visual Studio 2013 ==錯誤

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

我已經安裝了帶有以下內容的新Windows 8.1系統:

OpenCV 2.4.7.2
Visual Studio 2013旗艦版。

我想使用我的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'.

我已經在Google上搜索了幾個小時,沒有解決該問題的方法...已經准備好更改庫和所有項目設置...

希望有所幫助...

謝謝! 藝美

你有沒有試過這個

  1. 設置路徑

  2. 將編譯器'vc11'和鏈接器添加到Visual Studio

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM