[solved] Installing package issue(ZEOSDBO-7.0.3-stable)

The stable tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.
blotfib
Fresh Boarder
Fresh Boarder
Posts: 22
Joined: 16.02.2013, 01:56

Post 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 ;-)
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post 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?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
blotfib
Fresh Boarder
Fresh Boarder
Posts: 22
Joined: 16.02.2013, 01:56

Post 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
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post 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???
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
blotfib
Fresh Boarder
Fresh Boarder
Posts: 22
Joined: 16.02.2013, 01:56

Post 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.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

done.. send me your ID and the PWD as pm..
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
miab3
Zeos Test Team
Zeos Test Team
Posts: 1310
Joined: 11.05.2012, 12:32
Location: Poland

Post 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
You do not have the required permissions to view the files attached to this post.
blotfib
Fresh Boarder
Fresh Boarder
Posts: 22
Joined: 16.02.2013, 01:56

Post 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.
Last edited by blotfib on 16.02.2013, 23:24, edited 3 times in total.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

blotfib,

i'll do it this evening.. Thank you too.
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
blotfib
Fresh Boarder
Fresh Boarder
Posts: 22
Joined: 16.02.2013, 01:56

Post 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++).
You do not have the required permissions to view the files attached to this post.
hde
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 17.04.2012, 16:41

Post 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
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post 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..
You do not have the required permissions to view the files attached to this post.
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
hde
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 17.04.2012, 16:41

Post 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
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post 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...
You do not have the required permissions to view the files attached to this post.
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
hde
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 17.04.2012, 16:41

Post by hde »

excuse Michael, I have looked through it 10 times and have overlooked apparently always, sorry and thanks
Hans-Dieter
Post Reply