Board index » delphi » Porting Problems D5 Ent -> D6 Pro

Porting Problems D5 Ent -> D6 Pro

When i brought in my old delphi 5 project into delphi 6 a problem arose.
What seems to happen is that the line information has been corrupted.
If there is an error in the code the complier stops on a line about 10 away
from where the reported error is. Huh?

Has anyone else seen this? what did you do to get rid of it?

Cheers for any help on this

Paul Reilly

 

Re:Porting Problems D5 Ent -> D6 Pro


In article <RWCu7.19614$KJ4.3414...@news6-win.server.ntlworld.com>,
p...@REMOVETHISavdev.co.uk says...
Quote
> When i brought in my old delphi 5 project into delphi 6 a problem arose.
> What seems to happen is that the line information has been corrupted.
> If there is an error in the code the complier stops on a line about 10 away
> from where the reported error is. Huh?

> Has anyone else seen this? what did you do to get rid of it?

> Cheers for any help on this

> Paul Reilly

Is there de{*word*81} installed with along with Delphi? Your keyboard has
F5, F7 and F8 keys? :))

Sorry for a little irony, but your question just asked for it.
You must first localize a problem, then ask how to solve it if you do
not know or doesn't have an idea.

--
Best regards,
Emil Beli
http://www.greenhousemm.com

Re:Porting Problems D5 Ent -> D6 Pro


Your problem could be caused by using CR or LF linefeeds instead of CR/LF.
Open you .pas file with WordPad, make a small modification and save again to
convert all CR and LF linefeeds to CR/LF.

Quote
"Paul Reilly" <p...@REMOVETHISavdev.co.uk> wrote in message

news:RWCu7.19614$KJ4.3414696@news6-win.server.ntlworld.com...
Quote
> When i brought in my old delphi 5 project into delphi 6 a problem arose.
> What seems to happen is that the line information has been corrupted.
> If there is an error in the code the complier stops on a line about 10
away
> from where the reported error is. Huh?

> Has anyone else seen this? what did you do to get rid of it?

> Cheers for any help on this

> Paul Reilly

Other Threads