Both errors have a Printer object in the statement. I have Printers in the
Uses section.
Any ideas?
Thank You in Advance,
Robert Kelley
Robert Kelley wrote:
> I have upgraded to from Delphi 5 to 6. When I open and run a Delphi 5
> program, I am getting a Fatal Error: Line too long (more than 1023
> characters).
How long is the line?
Usually lines should have arround 80 chars for readability reasons.
Perhaps the linefeeds are broken, remove and add a few arround
the problematic line.
If that doesn't help, please post the statement that
gives the error.
--
Andreas
To boldly go where no sane person has gone before
I've seen this before: I copy/pasted some code from Internet into Delphi and
got the same error.
You could try to copy the code to a text editor (i.e. Word) , deselect,
select and copy it back.
There are hidden markup characters in the code.
If you cannot find the answer, please post your code here.