Page 1 of 1

Delphi 2007 installation problem (TestRev261)

Posted: 23.06.2007, 23:29
by hardball
I am trying to install the latest test revision (ZEOSLIB_TESTING_REV261.zip) into D2007 (Pro)

This is a new D2007 installation with no prior ZeosLib installation.

No problem building the packages but when I go to install the ZComponentDesign package I get the following error:

Remove ZPropertyEditor, ZUpdateSqlEditor, ZComponentReg, ZComponent.
Unit(s) ZPropertyEditor, ZUpdateSqlEditor, ZComponentReg, ZComponent were found in required package ZComponent.


Attached is the list of errors.

Any clues?


Thanks!

Posted: 24.06.2007, 14:48
by starofrainnight
I don't know why this happen, but i successful installed ZeosLib using these steps in Delphi2007:

0. First before, plz sure you set the correct Library Path to the ZeosLib

1. open Delphi2007, and Open (your ZeosLib path)\packages\ZeosDbo.groupproj

2. you will see there have ZCore110.bpl, ZPlain110.bpl, ZParseSql110.bpl, ZDbc110.bpl, ZComponent110.bpl, ZComponentDesign110.bpl(Black Bold)

3. right click on ZCore110.bpl, select "Build", do the same with ZPlain110.bpl, ZParseSql110.bpl, ZDbc110.bpl, ZComponent110.bpl

4. right click on ZComponentDesign110.bpl, select "Install"

----

hope these help you :)

thanks ... but no cigar ...

Posted: 24.06.2007, 14:58
by hardball
Thanks for your response - that is precisely what I am doing ...

Posted: 24.06.2007, 15:20
by starofrainnight
Are you sure you have set the correct Library Path?

when I look over the picture again, I remember that I had the some problem like that when install ZeosLib the first time.

then, i add these path to Tools->Options->Delphi Options->Library-Win32 -> Library Path. and the Errors disappear for ever :

D:\sb\sdks\ZEOSDBO\src\plain;D:\sb\sdks\ZEOSDBO\src\parsesql;D:\sb\sdks\ZEOSDBO\src\dbc;D:\sb\sdks\ZEOSDBO\src\core;D:\sb\sdks\ZEOSDBO\src\component;D:\sb\sdks\ZEOSDBO\src;

that's all i know, may be it won't help, good luck! :-)

Posted: 25.06.2007, 08:03
by mdaems
Are you sure there was no old zeoslib source tree in your path? This problem only (??) occurs when an old 'component' package is found before a newer version is found. Usually when an old delphi/lazarus installation is on the machine?

Mark

Posted: 12.07.2007, 21:45
by teo
I have the same. After adding the subdirectories of the zeoslib folder to the search path and to the path environment variable, the packages compile allright but the components will not install..

Posted: 12.07.2007, 21:54
by teo
Update: I renamed zComponentreg.pas (Delphi claims it can be found in ZComponent.dpk) and after that the components install as expected...

Posted: 30.08.2007, 09:33
by thomasvonkapellen
Last answer is some time ago, but I had the same problem
using Delphi 2006 and Zeos 6.6.1 beta.

You have to make sure, that there are no files of an
older zeos version on your system, after I deleted
the zeos .bpl files in ...

"C:\Dokumente und Einstellungen\user\Eigene Dateien\Borland Studio-Projekte\Bpl"

the package installed without problems.

Posted: 28.11.2007, 00:54
by Gina_M
Very important point. Need to get rid of any thing old for zeos or it will complain. Just wrestled through this.