Hello!
I've been downloading about all Newton SDK 2.xx and I am trying to set it up within a project in MS Visual Studio.
So compilation works fine, but does not link.
Here is how I tried:
#pragma comment( lib, "../Libs/Newton/sdk/x32/lib_vs9_md/dMath_d.lib" )
#pragma comment( lib, "../Libs/Newton/sdk/x32/lib_vs9_md/dContainers_d.lib" )
#pragma comment( lib, "../Libs/Newton/sdk/x32/lib_vs9_md/dJointLibrary_d.lib" )
#pragma comment( lib, "../Libs/Newton/sdk/x32/lib_vs9_md/newton_d.lib" )
and here are my error (I pasted only e few, but there are planty):
1>enNewtonWorld.obj : error LNK2019: unresolved external symbol __imp__NewtonMaterialSetSurfaceThickness referenced in function "public: ...
1>enNewtonWorld.obj : error LNK2019: unresolved external symbol __imp__NewtonMaterialSetCollisionCallback referenced in function "public: ...
1>enNewtonWorld.obj : error LNK2019: unresolved external symbol __imp__NewtonMaterialSetDefaultFriction referenced in function "public: ...
I also tried with libs in lib_vs9_mt
So ... can someone please tell me what I did wrong?
Thanks!