[ODE] building 64bit ODE?
Tanguy Fautre
tanguy.fautre at spaceapplications.com
Fri Oct 19 07:39:12 MST 2007
Krystian Ligenza wrote:
> I have tried to build a 64bit version of ODE, but get lots of errors
> from opcode:
> error C4235: nonstandard extension used : '__asm' keyword not supported
> on this architecture \opcode\Ice\IceFPU.h 47
>
> is it normal?
>
> Cheers
> Krystian
No. It is not normal.
I guess you are compiling with VS2005, aren't you ? When compiling for
x64, VC2005 does not support the "__asm" keyword; intrinsics must be
used instead.
So this should be patched. Are you volunteering ? :)
Tanguy
More information about the ODE
mailing list