Friday, April 20, 2012

Macro define about cxxtest

I'm using cxxtest4.0.3 under vc6 to do a test. At first, the compiler report strcmp is not a member of std. After I added the CXXTEST_OLD_STD macro to project settings, the compiler report missing type info of string at the line "CXXTEST_STD(string) _s;".



How should I set the macro define? thanks in advanced.





No comments:

Post a Comment