Hello, help deal with such a mistake (s):
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library 1>App.obj : error LNK2019: unresolved external symbol "public: __thiscall b2World::~b2World(void)" (??1b2World@@QAE@XZ) referenced in function "void __cdecl OnTimer(void)" (?OnTimer@@YAXXZ) 1>App.obj : error LNK2019: unresolved external symbol "public: void __thiscall b2World::ClearForces(void)" (?ClearForces@b2World@@QAEXXZ) referenced in function "void __cdecl OnTimer(void)" (?OnTimer@@YAXXZ) 1>App.obj : error LNK2019: unresolved external symbol "public: void __thiscall b2World::Step(float,int,int)" (?Step@b2World@@QAEXMHH @Z ) referenced in function "void __cdecl OnTimer(void)" (?OnTimer@@YAXXZ) 1>App.obj : error LNK2019: unresolved external symbol "public: class b2Fixture * __thiscall b2Body::CreateFixture(struct b2FixtureDef const *)" (?CreateFixture@b2Body@@QAEPAVb2Fixture@@PBUb2FixtureDef@@ @Z ) referenced in function "void __cdecl OnTimer(void)" (?OnTimer@@YAXXZ)
I've been struggling with this for a long time ... The only thing I found on the net is this site . It seems like they have found a solution to this problem, but I don’t know English at all. Can you explain what the problem is and what to poke?
Thank.