Problem wiht delphi 7 installation

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
brunello
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 28.10.2005, 10:16

Problem wiht delphi 7 installation

Post 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!
Theo
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 24.10.2005, 20:37

Re: Problem wiht delphi 7 installation

Post 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
Theo
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 24.10.2005, 20:37

Post by Theo »

Oh and this forum software seems to replace a ; followed by a ) with a smilie :D


Theo
brunello
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 28.10.2005, 10:16

...sorry

Post by brunello »

':oops:'
thanks!
Michael
ZeosLib's Handyman :o)
ZeosLib's Handyman :o)
Posts: 189
Joined: 15.08.2005, 16:08
Location: Wehrheim
Contact:

Re: Problem wiht delphi 7 installation

Post 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.
:prog2: Use the source, dude!

[align=right]..::.. ZeosLib on SourceForge ..::..[/align]
Post Reply