[solved] sorry, error again...xe3 x64 build

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
wylton
Senior Boarder
Senior Boarder
Posts: 58
Joined: 14.07.2011, 20:56

[solved] sorry, error again...xe3 x64 build

Post by wylton »

use: xe3, win7 x64, build x64.
dcc command line for "ZComponentDesign.dpk"
c:\program files (x86)\embarcadero\rad studio\10.0\bin\dcc64.exe -$O- -$W+ -$Q+ --no-config -M -Q -Z -TX.bpl
-*********
-V -VN -VR -K00400000 --description:"Zeos Database Components" -NB"C:\Users\Public\Documents\RAD Studio\10.0\Dcp\Win64"
-NH"C:\Users\Public\Documents\RAD Studio\10.0\hpp" -NO.\Win64\Debug ZComponentDesign.dpk
[dcc64 Fatal Error] ZComponentDesign.dpk(36): E2202 Required package 'designide' not found

with x32 build work fine.
miab3
Zeos Test Team
Zeos Test Team
Posts: 1310
Joined: 11.05.2012, 12:32
Location: Poland

Post by miab3 »

wylton,

Ignore it.
Delphi environment is 32-bit and does not need (can not) use the 64-bit designtime libraries.

Michal
wylton
Senior Boarder
Senior Boarder
Posts: 58
Joined: 14.07.2011, 20:56

Post by wylton »

I installed mysql x64.
with 32-bit , on ZConnection1 properties when check connected for True,
get message "not loadable libmysql.dll ***".
with 32-bit libmysql.dll in librarylocation , can connect, but error en compile.
miab3
Zeos Test Team
Zeos Test Team
Posts: 1310
Joined: 11.05.2012, 12:32
Location: Poland

Post by miab3 »

wylton,

You must correctly place the 64-bit (and 32-bit) client library or selected it in LibraryLocation and/or connection do in runtime.

Michal
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

wylton,

Michal is right! You can't compile the Designpackages with 64Bit target. DelphiXE2 is a 32Bit Application! So you have to keep that package in 32Bit 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
stacker
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 02.11.2009, 06:36

Post by stacker »

miab3 wrote:wylton,

Ignore it.
Delphi environment is 32-bit and does not need (can not) use the 64-bit designtime libraries.

Michal
does anybody success to build 64bit version of zeoslib 7.0.3?

sorry, I think I know already.

just do the design things in 32bit, then just recompile the source with 64bit target.

so no need to install the zcomponentdesign in 64bit, but only use the 64bit runtime.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

stacker,

what's your problem? The sequence you descibe is right. Can't you load the 64Bit dll's or compile in 64Bit fails?
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
Locked