[ODE] An OpenSource ODE Solver implementation
Graham Fyffe
gfyffe at gmail.com
Sun May 1 10:33:29 MST 2005
Mainly because I don't want message boxes popping up all over the
place when I'm running my app on Windows :)
- Graham
On 5/1/05, Mark Wayland <mwayland at torus.com.au> wrote:
> Perhaps its just me, but any form of output will surely be in some way
> dependant on the underlying OS!? If MessageBox is defined only for the
> Windows build, why comment them out or replace it with cout (which will go
> into the ether without a console unless standard output is redirected
> somewhere else)? Curious is all.
>
> Mark
>
> ----- Original Message -----
> From: <jiversen at d2.com>
> To: "Graham Fyffe" <gfyffe at gmail.com>
> Cc: "ode" <ode at q12.org>
> Sent: Sunday, May 01, 2005 12:55 PM
> Subject: Re: [ODE] An OpenSource ODE Solver implementation
>
> > >> 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 :)
> >
> > Thanks for all your feedback,
> > Jason
> >
> > _______________________________________________
> > ODE mailing list
> > ODE at q12.org
> > http://q12.org/mailman/listinfo/ode
>
> _______________________________________________
> ODE mailing list
> ODE at q12.org
> http://q12.org/mailman/listinfo/ode
>
More information about the ODE
mailing list