码迷,mamicode.com
首页 > 数据库 > 详细

Cannot find or open the PDB file

时间:2014-11-17 21:03:43      阅读:420      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   os   sp   on   log   bs   ad   

Cannot find or open the PDB file 分类: vc++ 2013-08-19 16:48 672人阅读 评论(0) 收藏 举报 2012OpenCVWindows调试win32 vs2012运行程序时出现以下的情况: ‘surfmatch.exe‘ (Win32): Loaded ‘F:\opencv\cv图像匹配\cv匹配6\surfmatch\Release\surfmatch.exe‘. Symbols loaded. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\ntdll.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\kernel32.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\KernelBase.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘D:\opencvan\opencv\build\x86\vc10\bin\opencv_highgui244.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\user32.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\gdi32.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\lpk.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\usp10.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\msvcrt.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\advapi32.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\sechost.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\rpcrt4.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\sspicli.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\cryptbase.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\ole32.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\oleaut32.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘D:\opencvan\opencv\build\x86\vc10\bin\opencv_core244.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\msvcp100.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\msvcr100.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\comctl32.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\avifil32.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\winmm.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\msacm32.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\msvfw32.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\shell32.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\shlwapi.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\avicap32.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\version.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘D:\opencvan\opencv\build\x86\vc10\bin\opencv_nonfree244.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘D:\opencvan\opencv\build\x86\vc10\bin\opencv_imgproc244.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘D:\opencvan\opencv\build\x86\vc10\bin\opencv_flann244.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘D:\opencvan\opencv\build\x86\vc10\bin\opencv_features2d244.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘D:\opencvan\opencv\build\x86\vc10\bin\opencv_calib3d244.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\msvcp110.dll‘. Symbols loaded. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\msvcr110.dll‘. Symbols loaded. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\imm32.dll‘. Cannot find or open the PDB file. ‘surfmatch.exe‘ (Win32): Loaded ‘C:\Windows\SysWOW64\msctf.dll‘. Cannot find or open the PDB file. The program ‘[3312] surfmatch.exe‘ has exited with code -1 (0xffffffff).

 

解决办法:

1. Ctrl + F5运行就可以了

2. 在cmd命令行下执行程序。

3. 把"Microsoft Symbol Servers"勾上(Tools -> Options -> Debugging -> Symbols). 4. http://blog.163.com/chenpeijie0_0/blog/static/1830945712011780275118 原因:程序输出的地方是系统而不是vs2010

Cannot find or open the PDB file

标签:blog   http   io   os   sp   on   log   bs   ad   

原文地址:http://www.cnblogs.com/cdsj/p/4104233.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!