> 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