[ODE] Compilation problem vith VC6

Russ Smith russ at q12.org
Wed May 19 18:27:35 MST 2004


> #define sqrtf sqrt
> #define sinf sin
> etc...

the problem is probably that the configurator has generated these
macros, thinking that sqrtf, sinf etc are not available on VC. now it's
a mystery to me why the configurator does this - could it be that these
functions are available for C++ but not for C? (because the configurator
test programs are all C). the solution anyway is to just take away the
#defines for the functions that VC actually has - look in the
#VC6/_configs directory for examples.

russ.

-- 
Russell Smith
http://www.q12.org


More information about the ODE mailing list