Problems witth SVN725 (but also 6.5.1)

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
merlin352
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 15.10.2009, 12:20

Problems witth SVN725 (but also 6.5.1)

Post by merlin352 »

Hi

Since today I have a strange problem with Zeos. I have installed SVN725 because I'm doing some enhancements to ZExpression.

I can install the packages with no problem, but when I recompile my project I get the following error

Code: Select all

Recompiling ZDbcConnection, checksum changed for ZClasses
ZDbcConnection.pas(9,78) Fatal: Can't find unit ZDbcConnection used by ZDbcDbLib
The shown errorline is a blank line in the comments at the beginning of ZDbcConnection.

Anybody knows what this might be?

Thanks
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

This usually means some of the zeoslib sources are in your search path and are recompiled because your project was compiled with another version last time.
If I remember correctly this can be solved by removing all ppu and o files from your project and only add the zeoslib build directory to your path. Rebuild zeoslib so the files in the zeoslib/packages/lazarus/build directory are correct and finally compling your program again.

Mark
Image
merlin352
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 15.10.2009, 12:20

Post by merlin352 »

ok, that was it. And I had the path to the wrong version in the settings :shock: :shock:

Sometimes the solution is too near to see :roll:

Thanks
Locked