[ODE] still having problems building under vs.net 2002 (vs7.0)

Russ Smith russ at q12.org
Wed May 19 22:05:28 MST 2004


> c:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\ode\odemath.h(57): error C2733: second C linkage of
> overloaded function 'dDOT' not allowed

i think this is your clue. in odemath.h i've created various inline
versions of the dDOT function. they're declared 'extern inline', which
(i thought) would prevent the compiler from instantiating them (although
maybe this is only a gcc behavior). try removing the 'extern' modifier
from those functions. if that doesn't work, try making them non-inline
static.

russ.

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


More information about the ODE mailing list