[patch_done] Error when install current svn at DelphXE2 upd4

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
CenturyBreak
Fresh Boarder
Fresh Boarder
Posts: 15
Joined: 14.03.2007, 14:28
Contact:

[patch_done] Error when install current svn at DelphXE2 upd4

Post by CenturyBreak »

Hi!

I have got errors while installing Delphi 16 package. At first Delphi reports that projects are created at previous versions of Delphi and updates them.
At second while compiling the projects it stops on the Zcomponent160.bpl with
[DCC Fatal Error] ZAbstractConnection.pas(64): F1026 File not found: 'ZDbcAdo.dcu'
ZdbcAdo.pas and others are not included in ZDBC160.bpl
ism
Zeos Test Team
Zeos Test Team
Posts: 202
Joined: 02.10.2010, 20:48

Post by ism »

Yes I could not install zeos at Delphi XE2, too many mistakes
Demonstration problem

http://flovato.blogspot.com/2010/09/del ... ql-90.html

http://translate.google.com.ua/translat ... ql-90.html

You can get Delphi XE2 in this for test
https://downloads.embarcadero.com/free/delphi
Lazarus 1.0.8 fpc 2.6.0
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

hmpfff any ideas?

Is there somebody who gives us a cleaned packages?

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
ism
Zeos Test Team
Zeos Test Team
Posts: 202
Joined: 02.10.2010, 20:48

Post by ism »

I solved all problems except this

Image

http://workism.narod2.ru/archives/delphi16.7z

In this link description http://flovato.blogspot.com/2010/09/del ... ql-90.html
But i not solve this
Lazarus 1.0.8 fpc 2.6.0
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

ism,

This error occours, if different version of Zeos are found in the search-Patch folders.

easiely exchange the bpl output folder with $(BDSCOMMONDIR)\Bpl on all packages. (Right-click the package -> options -> if package-outputfolder = build then exchange with $(BDSCOMMONDIR)\Bpl)

Then recompile all again. And click install on the TZComponentDesign package.

Does it work?

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
ism
Zeos Test Team
Zeos Test Team
Posts: 202
Joined: 02.10.2010, 20:48

Post by ism »

Oh my brains ! I forgot that I have in C:\Windows\System32 old bpl !

This packet must install http://workism.narod2.ru/archives/delphi16_work.7z

Open ZeosDbo.groupproj
Right click in ZComponentDesign and install
All

Tested on Delphi XE2 last

Please , test
Lazarus 1.0.8 fpc 2.6.0
ism
Zeos Test Team
Zeos Test Team
Posts: 202
Joined: 02.10.2010, 20:48

Post by ism »

If in compilation project you see

Code: Select all

[DCC Fatal Error] Project1.dpr(5): F1026 File not found: 'ZConnection.dcu'
Add in project options Search path ..\testing-egonhugeist\packages\delphi16\build
Lazarus 1.0.8 fpc 2.6.0
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

ism,

THANK YOU!
i've commited your changed files. But not all (*.locat, *.identcache, \build, \history). So can you please check the functionality?

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
CenturyBreak
Fresh Boarder
Fresh Boarder
Posts: 15
Joined: 14.03.2007, 14:28
Contact:

Post by CenturyBreak »

I confirm that all components are installed correctly now.

Thanks a lot!
Locked