Page 1 of 1

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

Posted: 04.10.2012, 22:28
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.

Posted: 04.10.2012, 22:59
by miab3
wylton,

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

Michal

Posted: 04.10.2012, 23:16
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.

Posted: 04.10.2012, 23:35
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

Posted: 05.10.2012, 11:04
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.

Posted: 12.01.2013, 06:06
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.

Posted: 12.01.2013, 20:43
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?