iokto / newton-dynamics

Automatically exported from code.google.com/p/newton-dynamics
0 stars 0 forks source link

Core 300 not compiling with latest trunk download dgCollisionUserMesh.cpp #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Unable to compile dgCollisionUserMesh.cpp in 64bit mode. (Ok in 32bit mode)

Errors with dgCollisionUserMesh.cpp:128:28: Cast from pointer to smaller type 
'dgInt32' (aka 'int') loses information

On line 128: contactOut.m_shapeId0 = dgInt32(data.m_userId);

Original issue reported on code.google.com by dave29...@gmail.com on 8 Mar 2013 at 8:34