Cheers
Bill
If that's correct, it sounds like your project is using a different
version of the runtime library than the ODE project is using. See if
this helps: Go to the project properties dialog; expand "Configuration
Properties", then "C/C++", and then choose "Code Generation". In the
right-hand pane, set "Runtime Library" to "Multi-threaded Debug DLL (/MDd)".
Let us know whether there's any improvement or whether your project was
already set this way.
> Does 0.9 have any issues with Visual C++ 2008
> Express?
I just now grabbed the SVN head and built ODE and the demos in VC++ 2008
Express, and then ran the box stack demo, which ran fine.
Dave
I just now grabbed the SVN head and built ODE and the demos in VC++ 2008 Express, and then ran the box stack demo, which ran fine.
> and I
> can easily search the ODE sources.
I usually keep the ODE project open in another window for that. I just
prefer to keep things separate.
Dave