[ODE] An OpenSource ODE Solver implementation
George Birbilis
birbilis at kagi.com
Mon May 2 01:20:19 MST 2005
>>> you can always // comment out the MessageBox call if it really bothers
>>> you
>>
>> Yeah, that's what I did. That thing was driving me nuts :)
>>
>> - Graham
>
> Yip, I replaced them with couts, myself. Not a tricky fix, but I was just
> a little surprised that all the functionality in ode.lib is not fully
> encapsulated and relies on a .dll. I was just hoping
> to just download the precompiled lib file and not have to futz with the
> source in order to remove this dependancy.
>
> All good, though - lots of fun setting up the solver still :)
>
maybe you have to statically link the library that offers the MessageBox
definition instead of dynamically
More information about the ODE
mailing list