[ODE] 0.6-RC1 is Released

Rodrigo Hernandez kwizatz at aeongames.com
Wed May 24 13:28:35 MST 2006


Jason Perkins wrote:

>
>>-test_basket doesn't compile : "_isnanf identifier not found..."
>>    
>>
>
>I thought this was fixed.
>
>  
>
It was fixed for MinGW, config.h gets automatically generated there, for 
VC++, you'll have to add the propper HAS_ISNANF to its static config.h.

There are 3 Versions:

HAS___ISNANF means use __isnanf
HAS__ISNANF means use _isnanf
HAS_ISNANF means use isnanf

I am not sure which one VC++ uses, probably one of the later 2, you may 
replace the default one in common.h to use whichever VC++ uses too.

Cheers.


More information about the ODE mailing list