[ODE] help

Michal Bacik michal at lonelycatgames.com
Wed Mar 19 03:04:16 2003


> Jesús P. Salas wrote:
> >
> > help
>
> Increase your stack size.

Many people are having the same 'stack' problem - seems like not a best idea
for ODE trying to put that amounts of data onto stack. Although it's due
performance, I think similar effect would be gained by using dObstack or
simply new[] delete[] at appropriate time.

- michal