Page 1 of 1
[patch_done] Error when install current svn at DelphXE2 upd4
Posted: 05.05.2012, 18:19
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
Posted: 05.05.2012, 18:38
by ism
Posted: 06.05.2012, 18:46
by EgonHugeist
hmpfff any ideas?
Is there somebody who gives us a cleaned packages?
Michael
Posted: 06.05.2012, 20:17
by ism
Posted: 06.05.2012, 20:41
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
Posted: 06.05.2012, 21:59
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
Posted: 06.05.2012, 22:16
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
Posted: 06.05.2012, 22:56
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
Posted: 07.05.2012, 06:48
by CenturyBreak
I confirm that all components are installed correctly now.
Thanks a lot!