Page 1 of 1

Install problem: DelphiXE2 and 7.1.2-stable

Posted: 30.12.2013, 07:08
by trob
Hi

I tried to install ZeosDBO 7.1.2-stable in Delphi XE2, and at ZParseSQL160's compile i get this:
[DCC Fatal Error] ZCore.dpk(1): E2225 Never-build package 'ZCore' must be recompiled
[DCC Fatal Error] ZPlain.dpk(33): E2202 Required package 'ZCore' not found
Of course i compiled ZCore before ZParseSQL160.

I tried: clean the Dcp and Bpl directories, delete all dcu files, add some extra dirs to the Library path, but nothing worked. I tried Zeos 7.0.6 also, the same.
There was not any previous Delphi or Zeos on this Windows.

It is WinXP SP3 32bit, the Delphi is Embarcadero® RAD Studio XE2 Version 16.0.4358.45540 (update 3)

I have installed Zeos some times earlier, and there was not any problem, i think i can install it. But it seems not.

Can you help me?
Thx.

Re: Install problem: DelphiXE2 and 7.1.2-stable

Posted: 30.12.2013, 08:40
by trob
OK, the $(BDSCOMMONDIR)\Dcp directory was not in the Library. I do not know why.

Re: Install problem: DelphiXE2 and 7.1.2-stable

Posted: 04.01.2014, 05:53
by appo_nau
I also have installation problem with 7.1.2-Stable on Delphi XE2 Starter update 4.
The operating system of my PC is Windows 7 6.1(Built 761): service pack1.

After compiled all the files zxx160.bpl, I try to install the file ZComponentDesign160.bpl...
But it appears a warning :

Impossibile trovare il punto di ingresso
@Zconnectiongroup@TZConnectionGroup@SetLibLocation$qqrx20System@UnicodeString
della procedura nella libreria di collegamento dinamico ZComponent160.bpl


the warning is in italian lenguage and this is the translation :

impossible to find the entry point
@Zconnectiongroup@TZConnectionGroup@SetLibLocation$qqrx20System@UnicodeString
of the procedure in the library of dynami connection ZComponent160.bpl


can someone help me?
thanks

Re: Install problem: DelphiXE2 and 7.1.2-stable

Posted: 05.01.2014, 16:43
by trob
BPL? Why?


You should do this:

1. Tools -> Options -> Environment Options -> Delphi Options - Library -> Library Path:
to the end: ;D:\Windows\Delphi\ZeosDBO This is where you unzipped Zeos

2. File -> Open
ZeosDbo.groupproj

3. Right click -> Compile, in this order:
ZCore.dpk
ZParseSQL.dpk
ZPlain.dpk
ZDbc.dpk
ZComponent.dpk

4. Compile and Install:
ZComponentDesign.dpk

5. Close all opened windows (don't save) and test,
looking for the components in the pallete,
dropping one or two into a blank project and then compiling it.
Should work, with no harm.

Re: Install problem: DelphiXE2 and 7.1.2-stable

Posted: 06.01.2014, 14:46
by appo_nau
I have performed these steps, but the result is than that seen before :(
trob wrote:BPL? Why?


You should do this:

1. Tools -> Options -> Environment Options -> Delphi Options - Library -> Library Path:
to the end: ;D:\Windows\Delphi\ZeosDBO This is where you unzipped Zeos

2. File -> Open
ZeosDbo.groupproj

3. Right click -> Compile, in this order:
ZCore.dpk
ZParseSQL.dpk
ZPlain.dpk
ZDbc.dpk
ZComponent.dpk

4. Compile and Install:
ZComponentDesign.dpk

5. Close all opened windows (don't save) and test,
looking for the components in the pallete,
dropping one or two into a blank project and then compiling it.
Should work, with no harm.