Problems to build Box2D with TGB 1.75
by Abagadaia Shimbaraia · in Torque Game Builder · 09/06/2011 (4:46 pm) · 1 replies
Hello guys,
I'm getting some troubles to compile Box2D with TGB 1.75.
A linked everything needed (I'm reading the PDF of http://code.google.com/p/tgb-box2d-integration/), but when I try to rebuild my solution I receive this message:
1>LINK : fatal error LNK1104: cannot open file 'box2d.lib'
I'm using Visual C++ 2008 Express.
Thank You,
I'm getting some troubles to compile Box2D with TGB 1.75.
A linked everything needed (I'm reading the PDF of http://code.google.com/p/tgb-box2d-integration/), but when I try to rebuild my solution I receive this message:
1>LINK : fatal error LNK1104: cannot open file 'box2d.lib'
I'm using Visual C++ 2008 Express.
Thank You,
Torque Owner Abagadaia Shimbaraia
I was compiling in "Debug Mode" then the VS2008 was creating the file "box2d_d.lib" and not the "box2d.lib".
Thank you,