MADEAPPS / newton-dynamics

Newton Dynamics is an integrated solution for real time simulation of physics environments.
http://www.newtondynamics.com
Other
936 stars 182 forks source link

dFloatExceptions::m_mask is not defined. #242

Closed iSLC closed 3 years ago

iSLC commented 3 years ago

This is because the macro guard in the header contains a different condition than the one from the source.

In .cpp file it checks for

#if (defined(WIN32) || defined(_WIN32))

And in .h file it checks for:

#if defined (_MSC_VER)

Which is not the case everywhere.

JulioJerez commented 3 years ago

merged thanks