Mail Archives: djgpp/1999/06/15/03:03:03
On Mon, 14 Jun 1999, Vince McCarthy wrote:
> I have used the commands `fprintf(stdprn, "string")' and also `
> fprintf(":lpt1", "command string")'
Please give us some information with which to begin helping you. A
short complete test program that should have printed something, and a
description of what happens when you actually run it on your machine,
would be a good beginning. It is impossible to help you without
looking at the code you tried to use.
Btw, the second line above, fprintf(":lpt1", "command string"), is
certainly wrong, since the first argument to fprintf should be a
stream, not a file name. But using stdprn should work.
- Raw text -