Page 2 of 3

Posted: 16.02.2013, 14:14
by blotfib
My
ZComponentDesign160.bpl
is very small (59 kB)
compared to Delphi 7 one : ZComponentDesign70.bpl ( 1495 kB)
so something is missing... it is an empty one, just the title ;-)

Posted: 16.02.2013, 14:18
by EgonHugeist
blotfib,

hmpf, is it possible you use 64Bit targets? I don't know if XE3 can handle 64Bit designtime packages XE2 can't. Can you compile all of them in 32Bit? Btw. Which OS do you use here?

Posted: 16.02.2013, 14:22
by blotfib
W7 64 bits
how can I know I am on 64 bits compilation ?

the .dcu geerated went in the zeos Win32 dir :
c:\Program Files (x86)\Embarcadero\RAD Studio\10.0\lib\coolcomp\ZEOSDBO\packages\DelphiXE2\Win32\Debug\
and target plateform of the project is Win32 debug

is the ZComponent.dcr file ok ?
it is smaller than the Delphi7 one

Posted: 16.02.2013, 14:26
by EgonHugeist
blotfib,

well i don't know it right now. Currently i'm trying a teamviewer session with an XE2. I've the impression there is a define which blocks the installation.. To be clear: you use Delphi?

Edit: On XE2 it works fine. What's wrong with XE3 now???

Posted: 16.02.2013, 14:36
by blotfib
I've RAD studio XE3 and will (hope to) use Zeoslib with delphi and C++

I confirm that the ZComponentDesign160.bpl file is too small to contain the design components !

wanna a teamview on my machine ? PM me.

Posted: 16.02.2013, 14:42
by EgonHugeist
done.. send me your ID and the PWD as pm..

Posted: 16.02.2013, 15:09
by miab3
EgonHugeist, blotfib,

Please find attached my current version for XE2 packages.
Load ProjectGroup16.groupproj and "Build All For All Platforms".

ZComponentDesign.bpi size 34484B and works.

Michal

Posted: 16.02.2013, 15:33
by blotfib
Thank you for solving this issue with me
here is the files that works for XE3
only the package
Install ZEOSDBO-7.0.3-stable and copy over its XE3 package, the attachement one. Then you can compile and install the components on XE3
Works fine.

Posted: 16.02.2013, 15:45
by EgonHugeist
blotfib,

i'll do it this evening.. Thank you too.

Posted: 19.02.2013, 00:10
by blotfib
Hi
To have Zeoslib installed on RAD Studio XE3 (Delphi and C++)
Install ZEOSDBO-7.0.3-stable and copy over its Delphi XE3 package, the attachement one (#Zeosdbo_7.03.xe3 c and delphi pak.zip).
Open project : ZeosDbo.groupproj
then you can compile and install.
The Zeoslib components will appear on XE3 for both profiles (Delphi and C++).

Posted: 24.02.2013, 01:20
by hde
However, it functions only for Windows32 Debug, with Windows32 release and with Windows64 there comes the following error ...
[Fataler Fehler] Package ZComponentDesign160.bpl kann nicht geladen werden.
Das System kann die angegebene Datei nicht finden


Without patch here comes the error...
dcc64 Fataler Fehler] ZComponentDesign.dpk(36): E2202 Package 'designide' wird benötigt, konnte aber nicht gefunden werden


hde

Posted: 24.02.2013, 10:27
by EgonHugeist
hde,

nice to see you here! 8)

Well i made a team-viewer session with blotfib to fix these issues. But the attached files are changed again and we don't know why. :?:

So i took these files and used a text-editor to add the missing lines. See attachement. Can you check it please, HD?

Hint i know the DelphiIDE's are 32bit. There is no DESIGNIDE for 64Bit. You've to compile everything in 32bit, install the Components. You won't have problems to use 64Bit targets in your application (compile ZCore-ZComponent with 64Bit target before) but you can design your applications only in 32Bit target.

Please give me reply if my approach works like expected -> i can't test it by my selves..

Posted: 24.02.2013, 22:36
by hde
@EgonHugeist
thanks Michael for the quick answer. Clear I am able to test. But apparently I am blind. Do not find the reason for ..
"ZCompnonent.dproj"
Fataler Fehler... Das Endtag 'ItemGroup' stimmt nicht mit dem Starttag 'DCCReference' überein. Zeile 170, Spalte 7

HD

Posted: 24.02.2013, 23:42
by EgonHugeist
hde,

thanks for testing, Hans Dieter.. found the little bugga with the help of your hint ( /" instead of "/ in an item line if zcomponent.dproj line <DCCReference Include="..\..\src\component\ZSequence.pas"/>)

update attached. Hope it works now...

Posted: 25.02.2013, 02:21
by hde
excuse Michael, I have looked through it 10 times and have overlooked apparently always, sorry and thanks
Hans-Dieter