Re: ver 4.0 found the BUG in WIN98 code
- Posted by DerekParnell (admin) Oct 18, 2008
- 1088 views
When you say ...
bernie said...
-- It has to be there because this code does the same thing. include std/memory.e sequence x x = sprintf(" %d ",{3217040639}) printf(1,x,{}) if getc(0) then end if
Do you mean that what you see when executing this using Win98 binaries is "80000000"?
If so, what do you see when running the following ...
printf(" %d ",{3217040639}) if getc(0) then end if