Mail Archives: djgpp/2000/12/02/12:04:52
> From: "Graham Reeds" <grahamr AT dtn DOT ntl DOT com>
> Newsgroups: comp.os.msdos.djgpp
> Date: Sat, 2 Dec 2000 13:42:15 -0000
>
> No, I'm running Win98SE in a DOSbox.
In full-screen or in windowed mode?
If it's windowed, then it might be an artifact of the way Windows
redirects a DOS program's output to a window: it only updates the
window several times a second.
> > What happens if you use `cputc' to output each character, instead of
> > `cprintf'?
>
> Well I can't find cputc() anywhere
Sorry, you are right: there is no cputc.
You could use _farpokeb or dosmemput, though.
> I've tried rebooting and going to DOS from bootup, but that doesn't give any
> different results.
Can you throw together a short program that demonstrates how cprintf
only displays the string after "\r\n"? If you can, please post it.
- Raw text -