Page 1 of 1

DBO's and Delphi 2006

Posted: 23.11.2005, 08:45
by fabphil
I'm lucky enough to be trying out a pre-relaease (beta) trial of Delphi 2006 and I'm trying to install Zeoslib 6.5.1 (13-10-2005).

I am using the 2005 package as I expect it to be the closest to 2006.

Building ZCore TNotifyEvent does not get defined. (I explicitly defined VER140BELOW to get around this)

I get down to trying install ZComponent and I get
"The procedure entry point @$xp$26Zcompatibility@TLoginEvent could not be located in the dynamic link library ZCore.bpl."

Any suggestions?

D2006

Posted: 23.11.2005, 09:42
by aperger
Hello,

It looks me you forgot to delete (or remove from your user path) the old Z*.bpl files.

I use D7 and D2005 at the same time in my PC, but I used to create 2 accounts with different PATH variables. One of them for D7 and other to D2005. After this everithing is working perfectly.

Attila

Posted: 23.11.2005, 23:25
by fabphil
Hi Attila,

You are absolutely correct.

Thank you,
Phil
:)

Posted: 09.12.2005, 19:31
by tygrys
Hi,
to solve this issue please add


Code:
DBCommonTypes


into uses clause in ZConnection.pas
The definition of TLoginEvent has been moved here from db unit.

Define of VER140BELOW can have side effects in current or future version of ZEOS, it says that you use Delphi 6 or lower.

tygrys