Re: ver 4.0 found the BUG in WIN98 code
- Posted by bernie Oct 18, 2008
- 1144 views
be_runtime.c said...
// line 3940: (before cstring[flen++] = c;) printf("v_elem: %08x, dval: %08x\ngval: %.0f\n", *v_elem, dval, gval );
That sysobj error was just a compiler burp. I ran again and it went away.
I put the printf statement in the be_runtime.c but when I ran the
program nothing printed out.
I also tried fprintf to stderr still nothing so thats not where it's happening.