Re: [Flightgear-devel] strtof doesn't exist on windows

2009-09-10 Thread Curtis Olson
I'm out of the office at the moment but when I return I can change strtof()
back to strtod().  I didn't realize that was missing in windows.  Or if
someone else beats me to it that's fine too.  This fixes a precision issue
for doubles when replaying ascii format files.

--
Curt

On Sep 10, 2009 1:57 PM, "Nicolas Quijano"  wrote:

So in generic.cxx, at line 381, I suggest using *strtod* instead, since the
value is cast to float anyway on the next line.
I gather this change (separate case for float and double) is the fix for
choppy replays ?
Cheers,
Nic
-- 
Be Kind.
Remember, everyone is fighting a hard battle.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] strtof doesn't exist on windows

2009-09-10 Thread Nicolas Quijano
So in generic.cxx, at line 381, I suggest using *strtod* instead, since the
value is cast to float anyway on the next line.
I gather this change (separate case for float and double) is the fix for
choppy replays ?
Cheers,
Nic
-- 
Be Kind.
Remember, everyone is fighting a hard battle.
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel