Unit ZAbstractRODDataset compiled with a different version

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
kerino
Junior Boarder
Junior Boarder
Posts: 27
Joined: 26.06.2008, 10:04

Unit ZAbstractRODDataset compiled with a different version

Post 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
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post 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.
kerino
Junior Boarder
Junior Boarder
Posts: 27
Joined: 26.06.2008, 10:04

Post 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
kerino
Junior Boarder
Junior Boarder
Posts: 27
Joined: 26.06.2008, 10:04

Post by kerino »

OK - don't worry. I loaded REV Testing 725 and that seems to work OK.
Thanks - Kerin
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

ok .. anyway later I check rev. 726
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
Image
Locked