I started a test-project in VC++ like the CppUnitTestApp in the examples, using version 1.8.0.
Now I would like to have additionally a line in the debug window for each failed test (using class CompilerOutputter so that I can quickly jump there).
But the TestRunner for MFC does not have the method setOutputter(). Is there a reason to this? Any other simple solution?

thank you!

Wolfgang