Page 1 of 1

Unit ZAbstractRODDataset compiled with a different version

Posted: 28.11.2009, 18:11
by kerino
I'm using Zeoslib 7.0.0 dev. with Delphi 2010. on WinXP.
I was happily compiling and running my program OK, when I clicked on Build Project instead of compile.

I then got the error

"Unit ZAbstractRODDataset compiled with a different version of ZExpression.IZExpression"

and it won't go away - please - what should I do now?

Many thanks
Kerin

Posted: 29.11.2009, 14:13
by seawolf
There were some troubles with Zeos 7 and Delphi 2010.
I mean older snapshost saved .dcu on $(BDSCOMMONDIR)\Bpl, while newer on zeos/build

So my idea is on your pc there are zeos dcus on $(BDSCOMMONDIR)\Bpl.
Remove them and recompile all.

Posted: 29.11.2009, 16:11
by kerino
Thanks Seawolf. In the light of your comments, I thought I would start again from scratch. I deleted everything related to Zeos, and downloaded Trunk Rev 726.
I cannot find any documentation on how to install it to D2010 on WinXP, so I loaded I:\Zeos\packages\delphi14\ZeosDbo.groupproj and tried to build it, and got and error
"ZDbc.dpk(88): F1026 File not found: 'ZDbcPooled.dcu'"
I cannot see this file anywhere in the zip file :(
Can you help please?
Many thanks - Kerin

Posted: 30.11.2009, 11:04
by kerino
OK - don't worry. I loaded REV Testing 725 and that seems to work OK.
Thanks - Kerin

Posted: 30.11.2009, 13:29
by seawolf
ok .. anyway later I check rev. 726

Posted: 02.12.2009, 21:58
by mdaems
ZDbcPooled has been introduced in esting branch only, at the moment. I forgot to remove the file from the D2010 packages when merging to trunk.
Fixed with commit 736.

Mark