Hey guys,
I ran into a bit of trouble when trying to use the Box2D example from 0.8.1 beta with a new project based on 0.8.1 rc. I get this error when calling: world = new b2World(worldAABB, gravity, doSleep);
error: no matching function for call to 'b2World::b2World(b2AABB&, b2Vec2&, bool&)'
note: candidates are: b2World::b2World(const b2Vec2&, bool)
And 'not declared in this scope' errors when trying to use the b2CircleDef and b2PolygonDef classes.
Am I missing something in my Box2D folders, or did the Box2D API significantly change between the 0.8.1 beta and rc? Being a newbie, it is hard to tell which...
Thanks for the help!
Rob