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!
Problem wiht delphi 7 installation
Moderators: gto, cipto_kh, EgonHugeist
Re: Problem wiht delphi 7 installation
Hello Brunello,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!
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
Re: Problem wiht delphi 7 installation
Tanks a lot! I've just corrected it The correction will be committed to CVS, asap.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.
Regards.