[ODE] Compiling ODE without alloca.h

Tibor Szabo tibor at scssoft.com
Mon Sep 25 02:24:12 MST 2006


>Since Visual Studio on windows doesn't have alloca.h or the macro
>version, how does the ALLOCA define in files like util.cpp get handled
>when compiling ODE?
>
>thanks,
>wes
>_______________________________________________
>ODE mailing list
>ODE at q12.org
>http://q12.org/mailman/listinfo/ode
>  
>

#define ALLOCA dALLOCA16 => ... alloca => #define alloca  _alloca (malloc.h)

t.



More information about the ODE mailing list