Zeos on XE2?

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

bernhard
Junior Boarder
Junior Boarder
Posts: 26
Joined: 22.10.2009, 21:49

Post by bernhard »

yesterday I have been lucky and could install ZEOS 7 and DELPHI XE2 ,
Today I repaeted all the way and failed :

I guess the issue is the meanwhile renamed ZPlain*.

-- ther error meassage is shown on the german delphi forum ---

http://www.delphipraxis.net/164241-delp ... ost1134657
jeremicm
Senior Boarder
Senior Boarder
Posts: 61
Joined: 18.10.2006, 17:07
Contact:

Post by jeremicm »

bernhard wrote:yesterday I have been lucky and could install ZEOS 7 and DELPHI XE2 ,
Today I repaeted all the way and failed :

I guess the issue is the meanwhile renamed ZPlain*.

-- ther error meassage is shown on the german delphi forum ---

http://www.delphipraxis.net/164241-delp ... ost1134657
Just chose option to convert packages without renaming them when you open it in delphi and installation will go trough....
bernhard
Junior Boarder
Junior Boarder
Posts: 26
Joined: 22.10.2009, 21:49

Post by bernhard »

a) I guess it is a renaming issue inside the SVN code, could someone check the SVN and execute a trial installation ??

b) at
http://www.delphipraxis.net/164241-delp ... ost1134657 I made a short tutorial on ZEOS and Delphi XE2 ,
can some check and give me feed back, if I 'm doing something wrong??

c)willing to send the *.doc of this tutorial, We may put it somewhere here in that forrum
mobius1qwe
Fresh Boarder
Fresh Boarder
Posts: 6
Joined: 25.11.2011, 02:45

Post by mobius1qwe »

Hi there people,

I'm having some troubles with ZeosLib. I've made all the instructions to compile it, but still I didn't make it.

The package that I'm using is the latest version from svn, the package Delphi16 which I suppose that is the version of XE2.

I'm using a Windows 7 64bits and DelphiXE2. I've added the x64 to all *.bpl but made active the x86, because some of the files seems to be unable to compile in x64.

I've added the zeos\branches\testing\src\ to the Delphi library, so the missing files shouldn't show.

That's when the problem occurs. When I compile all the files, an error shows:
[DCC Fatal Error] ZAbstractConnection.pas(64): F1026 File not found: 'ZDbcAdo.dcu'

If every files that zeos uses to compile are in the .src path, then this problem shouldn't occur. Basing on this, I've added all of others folders to the library, to try if any "missing files" would show.

The problem still happens. I don't know what to do :/

Can anyone help me?
jeremicm
Senior Boarder
Senior Boarder
Posts: 61
Joined: 18.10.2006, 17:07
Contact:

Post by jeremicm »

mobius1qwe wrote:Hi there people,

I'm having some troubles with ZeosLib. I've made all the instructions to compile it, but still I didn't make it.

The package that I'm using is the latest version from svn, the package Delphi16 which I suppose that is the version of XE2.

I'm using a Windows 7 64bits and DelphiXE2. I've added the x64 to all *.bpl but made active the x86, because some of the files seems to be unable to compile in x64.

I've added the zeos\branches\testing\src\ to the Delphi library, so the missing files shouldn't show.

That's when the problem occurs. When I compile all the files, an error shows:
[DCC Fatal Error] ZAbstractConnection.pas(64): F1026 File not found: 'ZDbcAdo.dcu'

If every files that zeos uses to compile are in the .src path, then this problem shouldn't occur. Basing on this, I've added all of others folders to the library, to try if any "missing files" would show.

The problem still happens. I don't know what to do :/

Can anyone help me?
did you added zeos to x64 library path? there are two paths now in delphi, one for 32bit and one for 64bit...
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

Hi bernhard,
coould you send your tutorial to grenzil@hotmail.it?

By this way I'll publish to to the forum

Thank you
Galdarius
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 23.07.2006, 19:21
Contact:

Post by Galdarius »

bernhard wrote:on http://www.delphipraxis.net/164241-delp ... ation.html i made a short docu on my success installing ZEOS 7.0.0 with Delphi XE2,

The zcomponent.pas had a bug, there is one {$endid} which I had to remove prior to the installation
Same bug here: {$endid}

For many years zeos is complicated to install!
this is a Signature
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

Hi, Can you tell which svn version has that bug?

Because I did a deep search into the source and I haven't found that error
bernhard
Junior Boarder
Junior Boarder
Posts: 26
Joined: 22.10.2009, 21:49

Post by bernhard »

Hi,

will do 2 action items

a) send you *.pdf

b) do a fresh download and installation of current ZEOS lib from source forge and report my results here
bernhard
Junior Boarder
Junior Boarder
Posts: 26
Joined: 22.10.2009, 21:49

Post by bernhard »

compile error at current version @ svn testing (961)

invalid $endif at Zcomponent.dpk Line 58, pls, remove bug from svn
bernhard
Junior Boarder
Junior Boarder
Posts: 26
Joined: 22.10.2009, 21:49

Post by bernhard »

install result : OK version 961 from SVN ( 5 minute to success)

problems : you have to set the path according to the manual *.pdf !!!!!!!!
( see geman delphi praxis and download it from there)

Check that this is true for all subcomponets, if not do it again... you will see DELPHI claims that some *.dcu can not be found !!!!
bernhard
Junior Boarder
Junior Boarder
Posts: 26
Joined: 22.10.2009, 21:49

Post by bernhard »

the small $endif buf is still in the repository - if you remove that ... compile and install is not problem at all
bernhard
Junior Boarder
Junior Boarder
Posts: 26
Joined: 22.10.2009, 21:49

Post by bernhard »

except the small $endif bug in the svn compile, bild & install is fine
mparak
Senior Boarder
Senior Boarder
Posts: 81
Joined: 12.09.2005, 06:51
Location: Durban South Africa
Contact:

Post by mparak »

I have been following this thread and hoped that at the end there would some guidlines on how to actually go about installing Zeos on XE2.
Mohammed Parak
CAD RETAIL
Durban South Africa
http://www.cad.co.za
bernhard
Junior Boarder
Junior Boarder
Posts: 26
Joined: 22.10.2009, 21:49

Post by bernhard »

please see the detailed instructions on

http://www.delphipraxis.net/164241-del ... ion.html

you have to register on that forum but it is free
Locked