Hello,
During the intallation of "ZEOSDBO-7.1.3a-stable" package, I get an error when compiling.
See image below
Thank you for your help.
cordially
[Solved] Installing 7.1.3a-stable Delphi XE5
[Solved] Installing 7.1.3a-stable Delphi XE5
Last edited by Pierrot on 29.01.2014, 14:49, edited 3 times in total.
Re: Installing 7.1.3a-stable Delphi XE5
@Pierrot,
Remove line:from ZCore.dpk
Michal
Remove line:
Code: Select all
ZFastCode in '..\..\src\core\ZFastCode.pas',
Michal
Re: Installing 7.1.3a-stable Delphi XE5
@miab3
thank you very much.
The Compilation and installation of the package is successful.
32-bit and 64-bit.
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
When compiling a project in 64 bits, I get this error: The package ever compiled. Zcomponent must be recompiled.
Thank you for your help
Thank you for your help
Re: Installing 7.1.3a-stable Delphi XE5
@Pierrot,
You need to rethink how to conveniently use multiple compilers in Delphi and customize to this your Delphi environment.
Michal
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
@miab3
Yes, it's true.
I had compiled in 64-bit only ZCore.
sorry
Yes, it's true.
I had compiled in 64-bit only ZCore.
sorry
Re: [Solved] Installing 7.1.3a-stable Delphi XE5
@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
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.
Re: [Solved] Installing 7.1.3a-stable Delphi XE5
Thank you for everything.
32 and 64 bit works fine now
32 and 64 bit works fine now