I am building a DLL library that uses OpenCV 2.3. I am using this DLL in windowed application projects. I would like to see the debug information that OpenCV sends to the console (printf or cout, I don't know) when it throws an exception. How can I see the console output of OpenCV in an application started with WinMain
?
It's kind of the opposite of this question Run OpenCV application without console window.