Page 1 of 1

Problem wiht delphi 7 installation

Posted: 28.10.2005, 10:44
by brunello
sorry for me bad english

I am trying to install zeos 6.5.1 (alpha) in Delphi 7 Professional and i got this error compiling ZDbc.dpk:

Build
[Error] ZDbc.dpk(84): 'END' expected but identifier 'ZDbcASAUtils' found

and the installation ends.
have some ideas!

thank you!

Re: Problem wiht delphi 7 installation

Posted: 28.10.2005, 19:53
by Theo
brunello wrote:sorry for me bad english

I am trying to install zeos 6.5.1 (alpha) in Delphi 7 Professional and i got this error compiling ZDbc.dpk:

Build
[Error] ZDbc.dpk(84): 'END' expected but identifier 'ZDbcASAUtils' found

and the installation ends.
have some ideas!

thank you!
Hello Brunello,

I had a little peek in the ZDbc.dpk with a plain text editor and I found a semicolon (;) at line 84 where Delphi probably expects a comma. I think if you replace it with a comma (,) it might work.

Theo

Posted: 28.10.2005, 20:00
by Theo
Oh and this forum software seems to replace a ; followed by a ) with a smilie :D


Theo

...sorry

Posted: 29.10.2005, 07:39
by brunello
':oops:'
thanks!

Re: Problem wiht delphi 7 installation

Posted: 31.10.2005, 12:25
by Michael
Theo wrote:I had a little peek in the ZDbc.dpk with a plain text editor and I found a semicolon (;) at line 84 where Delphi probably expects a comma. I
think if you replace it with a comma (,) it might work.
Tanks a lot! :up: I've just corrected it :oops: The correction will be committed to CVS, asap.

Regards.