34 #ifdef __cplusplus_cli 35 #pragma managed(push, off) 38 #include "Physics3D/physics3d_contact_pair_test.h" 39 #include "Physics3D/physics3d_contact_test.h" 40 #include "Physics3D/physics3d_object.h" 41 #include "Physics3D/physics3d_ray_test.h" 42 #include "Physics3D/physics3d_shape.h" 43 #include "Physics3D/physics3d_sweep_test.h" 44 #include "Physics3D/physics3d_world.h" 46 #ifdef __cplusplus_cli 52 #error Your application is set to link with the single-threaded version of the run-time library. Go to project settings, in the C++ section, and change it to multi-threaded. 56 #pragma comment(lib, "clanPhysics3D-dll.lib") 58 #pragma comment(lib, "clanPhysics3D-static-mtdll.lib") 60 #pragma comment(lib, "clanPhysics3D-static-mt.lib") 64 #pragma comment(lib, "clanPhysics3D-dll-debug.lib") 66 #pragma comment(lib, "clanPhysics3D-static-mtdll-debug.lib") 68 #pragma comment(lib, "clanPhysics3D-static-mt-debug.lib")