[ODE] Fwd: [ opende-Patches-1589445 ] Update vs2003 solution to add gimpact
Remi Ricard
remi.ricard at simlog.com
Fri Nov 3 08:10:17 MST 2006
Hi Jason,
> On 11/3/06, David Walters <hidden.asbestos at googlemail.com> wrote:
>
>>>> #define dTRIMESH_OPCODE 0
>>>> #define dTRIMESH_GIMPACT 1
>>>>
>
> I added these, so why am I the one having trouble? I did try to ifdef
> all the code, but like I said I was still getting errors. I will take
> another look.
>
I think you should not define both but only one
since in the code you have
#ifdef dTRIMESH_OPCODE and not #if dTRIMESH_OPCODE==1
So try
// #define dTRIMESH_OPCODE 1
#define dTRIMESH_GIMPACT 1
or
#define dTRIMESH_OPCODE 1
//#define dTRIMESH_GIMPACT 1
Remi
More information about the ODE
mailing list