CPPUNIT_NS::CompilerOutputter outputter( &result, std::cerr ); outputter.write();
Didn’t write into compiler output window, if outside ‘main()’ function. How to fix this? Thank you.
Can you please show the exact code you are using and explain how the output differs from what you expect?
Log in to post a comment.
CPPUNIT_NS::CompilerOutputter outputter( &result, std::cerr );
outputter.write();
Didn’t write into compiler output window, if outside ‘main()’ function.
How to fix this?
Thank you.
Can you please show the exact code you are using and explain how the output differs from what you expect?