[ODE] Help with MSVC++ 6

anon anon" <anon at finitemonkeys.com
Wed Dec 19 16:38:01 2001


Its also not a lib inclusion problem, its a compile time thing, and
you can't include the header twice, its protected., well unless
you undefine the guard.

I added this too drawstuff.h as quickie. (and to the sphere, cylinder, capped and line

#ifndef dsDrawBox
void dsDrawBox (const float pos[3], const float R[12], const float sides[3]);
#endif

> I didn't have a problem with this at all - are you including the library
> twice?