Hello, While Debugging the code mentioned in this link "http://docs.opencv.org/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html#windows-visual-studio-how-to", the console window opens and closes quickly and gives me the following breakdown or error: 'ConsoleApplication3_TEST.exe' (Win32): Loaded 'C:\Users\Yousif\Documents\Visual Studio 2012\Projects\ConsoleApplication3_TEST\x64\Debug\ConsoleApplication3_TEST.exe'. Symbols loaded. 'ConsoleApplication3_TEST.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Symbols loaded. 'ConsoleApplication3_TEST.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Symbols loaded. . . . . . 'ConsoleApplication3_TEST.exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Symbols loaded. 'ConsoleApplication3_TEST.exe' (Win32): Loaded 'C:\Windows\System32\msctf.dll'. Symbols loaded. The program '[1628] ConsoleApplication3_TEST.exe' has exited with code -1 (0xffffffff).
Or even when debugging any of the sample codes in OpenCV\sources\samples\cpp folder it gives me the same error. Any help will be appreciated.