Page 1 of 1

[Solved] Installing 7.1.3a-stable Delphi XE5

Posted: 29.01.2014, 10:01
by Pierrot
Hello,

During the intallation of "ZEOSDBO-7.1.3a-stable" package, I get an error when compiling.

See image below
Image
Thank you for your help.
cordially

Re: Installing 7.1.3a-stable Delphi XE5

Posted: 29.01.2014, 10:48
by miab3
@Pierrot,

Remove line:

Code: Select all

  ZFastCode in '..\..\src\core\ZFastCode.pas',
from ZCore.dpk

Michal

Re: Installing 7.1.3a-stable Delphi XE5

Posted: 29.01.2014, 11:03
by Pierrot
@miab3

thank you very much.

The Compilation and installation of the package is successful.
32-bit and 64-bit.

Re: Installing 7.1.3a-stable Delphi XE5

Posted: 29.01.2014, 12:26
by Pierrot
When compiling a project in 64 bits, I get this error: The package ever compiled. Zcomponent must be recompiled.
Image
Thank you for your help

Re: Installing 7.1.3a-stable Delphi XE5

Posted: 29.01.2014, 14:21
by miab3
@Pierrot,

You need to rethink how to conveniently use multiple compilers in Delphi and customize to this your Delphi environment.

Michal

Re: Installing 7.1.3a-stable Delphi XE5

Posted: 29.01.2014, 14:49
by Pierrot
@miab3

Yes, it's true.
I had compiled in 64-bit only ZCore.

sorry

Re: [Solved] Installing 7.1.3a-stable Delphi XE5

Posted: 29.01.2014, 15:13
by miab3
@Pierrot,

As the Delph IDE is Pascal Win32, only for Pascal Win32 build all packages including designtime(and install it).
For other compilers build only runtime packages and is good to place build products in other directories than those for Pascal Win32.

Michal

Re: [Solved] Installing 7.1.3a-stable Delphi XE5

Posted: 29.01.2014, 16:06
by Pierrot
Thank you for everything.
32 and 64 bit works fine now