A debug crash of TestCpp cocos2d-x 3.0 !

VS2012 on system Win7 (32)

When I try to run Box2dTest of TestCpp. It remind me “Should define CC_ENABLE_BOX2D_INTEGRATION=1 to run this test case”. So I defined it
in the TestCPP Project~~>properties~~>C++>Preprocessor>Preprocessor Definitions.

Then debuged it again, when I try the Box2dTest, it crash!


1.jpg (56.4 KB)


1.jpg (56.4 KB)

You also need to define it in the libExtensions as the way you did in TestCpp Project.