Anonymous - 2004-01-28

I've been able to successfully build CPPUnit using BCB6, however, I get a fault in the following function:
void
BriefTestProgressListener::startTest( Test *test )
{
  std::cerr << test->getName();
  std::cerr.flush();

  m_lastTestFailed = false;
}

It appears as if the write to cerr is failing. Anyone have any ideas here?

Thanks