Delphi 2007 installation problem (TestRev261)

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
hardball
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 03.10.2005, 17:54
Location: Copenhagen, Denmark

Delphi 2007 installation problem (TestRev261)

Post 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!
You do not have the required permissions to view the files attached to this post.
starofrainnight
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 10.06.2007, 05:36

Post 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 :)
hardball
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 03.10.2005, 17:54
Location: Copenhagen, Denmark

thanks ... but no cigar ...

Post by hardball »

Thanks for your response - that is precisely what I am doing ...
starofrainnight
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 10.06.2007, 05:36

Post 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! :-)
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
teo
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 23.11.2005, 21:14

Post 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..
teo
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 23.11.2005, 21:14

Post by teo »

Update: I renamed zComponentreg.pas (Delphi claims it can be found in ZComponent.dpk) and after that the components install as expected...
thomasvonkapellen
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 02.08.2006, 14:18

Post 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.
Gina_M
Fresh Boarder
Fresh Boarder
Posts: 13
Joined: 20.11.2007, 08:40
Location: Spokane, WA USA
Contact:

Post by Gina_M »

Very important point. Need to get rid of any thing old for zeos or it will complain. Just wrestled through this.
Post Reply