[ODE] works on linux crashes on msvc

Benny Kramek Benny Kramek <benny at kramekweb.com>
Fri May 2 05:37:02 2003


> It sounds a lot like a stack problem, though. What linker are you using
> for windows development? If it's the MSVC linker, make sure it's the
> stack reserve size setting you're changing, not the stack commit size.

I am using the linker that is in MSVC 6.0
I tried setting the "stack reserve" size to many different values(8, 80,
800, 8000, 80000, 800000, 8000000, 80000000, lots more). The same thing
always happens. I also tried compiling in release mode instead of debug mode
and the same thing always happens.

Thanks for the help
Benny Kramek