zeosdbo-6.5.1-alpha_cvs_23-09-2005.zip and Delphi 2005

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

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
bilgehan
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 12.04.2006, 00:49

zeosdbo-6.5.1-alpha_cvs_23-09-2005.zip and Delphi 2005

Post by bilgehan »

Hi there,
I have downloaded
zeosdbo-6.5.1-alpha_cvs_23-09-2005.zip

and used csv and created zeosdbo_rework directory without any problem.
Inside delphi 2005 I opened ZeosDbo.bdsgroup and done "Compile All Projects".

It didn't give any error but when I tried to install ZComponent.bpl, it gave the following error.
The procedure entry point @Zmessages@_SLoginPromptFailure could not be located in the dynamic link library ZCore.bpl

can somebody advice?

Regards,
Bill
pol
Senior Boarder
Senior Boarder
Posts: 91
Joined: 13.10.2005, 08:19

Post by pol »

Hi Bill,

This normally points to that there is an older version of a bpl (in this case ZCore.bpl) somewhere on the search path. Make sure that you delete (or better, move to some unreachable place) all older Zeos libraries.

Regards,
Rüdiger
bilgehan
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 12.04.2006, 00:49

Post by bilgehan »

I cleaned everything but still no luck.
bilgehan
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 12.04.2006, 00:49

Post by bilgehan »

no anwser?
User avatar
aperger
Expert Boarder
Expert Boarder
Posts: 129
Joined: 24.08.2005, 08:24
Location: Veszprém
Contact:

Post by aperger »

bilgehan wrote:no anwser?
Hi,

I think you have another Delphi version installed on your PC. You should use another account for D(7) and D2005 and you must separate the path variables for these two delphi instances:

http://zeos.firmos.at/viewtopic.php?t=107&highlight=

and

http://zeos.firmos.at/viewtopic.php?t=244&highlight=


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

Post by mdaems »

Just for your information, this problem should be fixed in newer versions of zeos. The trick is putting {$LIBSUFFIX '90'} in every dpk file (for delphi2005/delphi9).
For a newer version : use svn or try Here
User avatar
aperger
Expert Boarder
Expert Boarder
Posts: 129
Joined: 24.08.2005, 08:24
Location: Veszprém
Contact:

Post by aperger »

mdaems wrote:Just for your information, this problem should be fixed in newer versions of zeos. The trick is putting {$LIBSUFFIX '90'} in every dpk file (for delphi2005/delphi9).
For a newer version : use svn or try Here
Thankx for your answer. Which SVN directory is prefred

svn://firmos.at/zeos/branches/testing

or

svn://firmos.at/zeos/trunk

?

The "testing" it looks me better....

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

Post by mdaems »

Testing should be the more advanced one. All new development and patches are applied there. The packages I have in the 'here' link are build from testing as well.

Mark
Post Reply