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
zeosdbo-6.5.1-alpha_cvs_23-09-2005.zip and Delphi 2005
Moderators: gto, cipto_kh, EgonHugeist
Hi,bilgehan wrote:no anwser?
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
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
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
For a newer version : use svn or try Here
Thankx for your answer. Which SVN directory is prefredmdaems 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
svn://firmos.at/zeos/branches/testing
or
svn://firmos.at/zeos/trunk
?
The "testing" it looks me better....
Thank you again