Thread overview
Debug Mode (possible display bug)
Nov 27, 2001
Andrew Maclean
Nov 27, 2001
Jan Knepper
Nov 28, 2001
Andrew Maclean
November 27, 2001
In debug mode ( show data ), long doubles do not seem to be displayed correctly if the exponent is greater than 309. Of course the program outputs the corect value, so it looks as if the display routine for show data is treating it as a double instead of long double.


November 27, 2001
Thanks!
I think long double's only recently have been implemented they way they work
now. Needless to say the IDDE is a little behind, but I will try to catch up
with these things once I first get it all recompiled AND working again.

Jan



Andrew Maclean wrote:

> In debug mode ( show data ), long doubles do not seem to be displayed correctly if the exponent is greater than 309. Of course the program outputs the corect value, so it looks as if the display routine for show data is treating it as a double instead of long double.

November 28, 2001
Thanks, I'll lookforward to it.
"Jan Knepper" <jan@smartsoft.cc> wrote in message
news:3C04240D.38953B5@smartsoft.cc...
> Thanks!
> I think long double's only recently have been implemented they way they
work
> now. Needless to say the IDDE is a little behind, but I will try to catch
up
> with these things once I first get it all recompiled AND working again.
>
> Jan
>
>
>
> Andrew Maclean wrote:
>
> > In debug mode ( show data ), long doubles do not seem to be displayed correctly if the exponent is greater than 309. Of course the program
outputs
> > the corect value, so it looks as if the display routine for show data is treating it as a double instead of long double.
>