Thanks for the response, but unfortunately its still not working - I've removed and re-added the files as listed in the original project file, but it still throws up a linking error. Currently, the demo project is configured to compile ChipmunkDebugDraw.h, ChipmunkDemo.h, ChipmunkDemo.c and Joints.c, and it still does not work ( build log is at
http://pastebin.com/NnZCLBN0 ) - the project properties and settings are untouched, and I've only included stdint.h so that the chipmunk library compiles (and is fine in Debug mode, I see the chipmunk.lib file being generated).
I've also tried to create a new project using the HelloWorld example in the documentation, and linking to chipmunk.lib with the appropriate include files, but it throws me an error as well ( build log is at
http://pastebin.com/uquWws9J ), which doesn't make sense, since chipmunk.h is the only file that's needed for everything to be included in?
EDIT: Tried to compile v6.0.1, and I ended up with errors as well (
http://pastebin.com/7T96HUti )
EDIT 2: Never mind, got it to work. For some strange reason *all* demo source code - including code for the chipmunk project - must be removed and re-added, as per the post by aisman (thanks alot!

) in the
EDIT 3: Okay, v6.0.1 works fine, but v6.0.2 fails to link (
http://pastebin.com/3ZpJVbx6 )
EDIT 4: Now this is interesting, overwriting source and includes for the chipmunk library but using demo code from v6.0.1 works fine, but using v6.0.2 demo code it fails to link