2014-02-26 99 views
0

我試圖在Visual Studio 2010中(64位)。經過整頓許多缺少DLL問題OpenCV的安裝244,我堅持這個問題錯誤在Visual Studio 2010中應用程序錯誤(OpenCV的244)

enter image description here

並在即時獲取輸出中的以下錯誤

'Panoroma_25.exe': Loaded 'C:\Users\Jango\Documents\Visual Studio 2010\Projects\projects_opencv\Panoroma_25\x64\Debug\Panoroma_25.exe', Symbols loaded. 
'Panoroma_25.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file 
'Panoroma_25.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file 
'Panoroma_25.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Cannot find or open the PDB file 
'Panoroma_25.exe': Loaded 'C:\opencv\build\x64\vc11\bin\opencv_core244d.dll', Cannot find or open the PDB file 
'Panoroma_25.exe': Loaded 'C:\Windows\System32\msvcp110d.dll', Cannot find or open the PDB file 
The program '[6876] Panoroma_25.exe: Native' has exited with code -1073741701 (0xc000007b). 
+2

嗯,首先,您要鏈接** ** VC11在** VC10的OpenCV庫**項目;這是不正確的。糾正這一點並檢查項目是否有效。 – scap3y

+0

我首先確保圖像加載*成功*。而fyi,基本錯誤0x7B是錯誤123,即:「文件名,目錄名稱或卷標語法不正確。」 – WhozCraig

+0

我應該糾正它@ scap3y – user2396315

回答