Ask Your Question

Revision history [back]

Errors in visual c++

Hello I am trying to integrate the opencv libraries to the ms visual c++ 2010 . After a lot of efforts the libraries are loaded witht hte help of the youtube video , but now another bunch of errors regarding missing dll files show up. I tried same method on different laptop ...same problem !

ERRORS :

'pks1.exe': Loaded 'C:\Users\Eternity\Documents\Visual Studio 2010\Projects\pks1\Debug\pks1.exe', Symbols loaded. 'pks1.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'E:\opencv243\build\x86\vc10\bin\opencv_core243.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\msvcp100.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\msvcr100.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'E:\opencv243\build\x86\vc10\bin\opencv_highgui243.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\user32.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\gdi32.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\lpk.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\usp10.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\msvcrt.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\ole32.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\rpcrt4.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\oleaut32.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\advapi32.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\sechost.dll', Cannot find or open the PDB file 'pks1.exe': 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 'pks1.exe': Loaded 'C:\Windows\System32\avifil32.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\winmm.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\msacm32.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\msvfw32.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\shell32.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\shlwapi.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\avicap32.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\version.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\msvcp100d.dll', Symbols loaded. 'pks1.exe': Loaded 'C:\Windows\System32\msvcr100d.dll', Symbols loaded. 'pks1.exe': Loaded 'C:\Windows\System32\imm32.dll', Cannot find or open the PDB file 'pks1.exe': Loaded 'C:\Windows\System32\msctf.dll', Cannot find or open the PDB file The program '[6512] pks1.exe: Native' has exited with code -1 (0xffffffff).


All the dll files are available in the location , i checked and rechecked ..bt msvc++ is not able to pick up , the paths are given correctly in environament variables to two locations of both include\bin and gpu\x86\vc10\bin
What is the problem ?? Any help would be great !