On Mar 28, 12:11 am, "EdMac" <emackin...@[EMAIL PROTECTED]
> wrote:
> I haven't used Pascal for years. I just bought Borland TP7 for DOS. I
am
> running it under Windows XP. I cannot get anything to print, using
> "writeln(Lst, )", even when I include Uses printer, and windos. Any
> suggestions?
This, as you may suspect, is an OS issue. You might look at your
printer properties to see if you can set it up to print under DOS.
Also, I know in BASIC ngs, the mention of LPRINT no longer working,
suggested OPENing a file to PRN and then using PRINT #N statements to
write to them.
I don't know if "Lst" is a pointer to a DOS device like BASIC's OPEN
would assign or not.
But likely it is that you are printing to a DOS device that isn't
sup****ted by the printer/OS you are using.


|