Delphi 2007 installation problem (TestRev261)
Moderators: gto, cipto_kh, EgonHugeist
Delphi 2007 installation problem (TestRev261)
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!
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.
-
- Fresh Boarder
- Posts: 7
- Joined: 10.06.2007, 05:36
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
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 ...
Thanks for your response - that is precisely what I am doing ...
-
- Fresh Boarder
- Posts: 7
- Joined: 10.06.2007, 05:36
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! :-)
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! :-)
-
- Fresh Boarder
- Posts: 3
- Joined: 02.08.2006, 14:18
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.
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.