Re: ver 4.0 found the BUG in WIN98 code
- Posted by DerekParnell (admin) Oct 19, 2008
- 1105 views
I just built the system using managed-mem and ran the test programs I suggested.
It works correctly. That is
puts(1, sprintf("%d", 3217040639)) puts(1, " : from sprintf\n") printf(1, "%d : from printf\n", 3217040639)
shows ...
3217040639 : from sprintf 3217040639 : from printfThis was run on a WinXP system. I don't have Win98 and will never have it again (TTL), so I can't see how I can help with this one any more. At least we can be sure it is no 'Managed-Mem' itself causing this.