Re: ver 4.0 found the BUG in WIN98 code FOUND PROBLEM
- Posted by bernie Oct 18, 2008
- 1126 views
bernie said...
Matt: I see what the problem is; It is caused by the dval.
The #80000000 is the limit of a long integer.
What we need in Euphoria is a sprintf with %u specifier parameter.
Matt: Look at the code that converts gval for a long integer by
changing it to float.
Could you do the same thing with dval?