how to add pdb file location of opencv to MS Visual Studio (not MS Symbol Server)

asked 2015-03-24 12:13:59 -0600

I added Microsoft Symbol Server which are loaded fine but how do I add opencv's pdb files that are located in my C:\opencv\build\x64\vc12\staticlib I can clearly see the pdb files there but how do I add them

'test.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\opencv_calib3d2411.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\System32\opencv_core2411.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\System32\opencv_features2d2411.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\System32\opencv_highgui2411.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\System32\opencv_imgproc2411.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\System32\opencv_objdetect2411.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120d.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\opencv_flann2411.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\msvfw32.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\avifil32.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\avicap32.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\winmm.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.9600.17415_none_34aa3313958e7a52\comctl32.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\msacm32.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\version.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\devobj.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\System32\msctf.dll'. Symbols loaded.

edit retag flag offensive close merge delete