jony888 - 2006-03-11

I am a newbie in CppUnit. It sounds so greate to have this kind of testing. So I am thinking to give it a go.

So I downloaded cppunit-1.11.6, It build fine at my office with Visual Studio 2003, visual studio c++ 6.0 at my home. but it does not work with Visual Studio 2003 at my home: TestRunner and TestPlugInRunner complained that MFC71d library is corrupt(LNK1127)

I heard lots of people mentioned that I need to reinstall my Visual Studio 2003. I did couple times, I even copied it manually from the disc with same result.

Checking the libraries different between VC 2003 at offcie and my home, they are completely the same (same size, same timestamp, of course same name).

Anyone has any clue? appreciate any helps =).