[Solved] Installing 7.1.3a-stable Delphi XE5

The official tester's forum for ZeosLib 7.1. Ask for help, post proposals or solutions.
Post Reply
Pierrot
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 14.01.2014, 15:40

[Solved] Installing 7.1.3a-stable Delphi XE5

Post 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
Last edited by Pierrot on 29.01.2014, 14:49, edited 3 times in total.
miab3
Zeos Test Team
Zeos Test Team
Posts: 1310
Joined: 11.05.2012, 12:32
Location: Poland

Re: Installing 7.1.3a-stable Delphi XE5

Post by miab3 »

@Pierrot,

Remove line:

Code: Select all

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

Michal
Pierrot
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 14.01.2014, 15:40

Re: Installing 7.1.3a-stable Delphi XE5

Post by Pierrot »

@miab3

thank you very much.

The Compilation and installation of the package is successful.
32-bit and 64-bit.
Pierrot
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 14.01.2014, 15:40

Re: Installing 7.1.3a-stable Delphi XE5

Post 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
miab3
Zeos Test Team
Zeos Test Team
Posts: 1310
Joined: 11.05.2012, 12:32
Location: Poland

Re: Installing 7.1.3a-stable Delphi XE5

Post by miab3 »

@Pierrot,

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

Michal
Pierrot
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 14.01.2014, 15:40

Re: Installing 7.1.3a-stable Delphi XE5

Post by Pierrot »

@miab3

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

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

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

Post 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
Last edited by miab3 on 29.01.2014, 19:48, edited 1 time in total.
Pierrot
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 14.01.2014, 15:40

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

Post by Pierrot »

Thank you for everything.
32 and 64 bit works fine now
Post Reply