Install on test version of XE6 - How to do?
Posted: 02.07.2014, 21:38
Here is the scenario:
We're trying out Delphi XE6 on a 30 day trial to see if it will work with our Delphi 7 legacy programs.
Trying to install Zeos 7.1 stable on said product.
Getting errors related to DecimalSeparator and ThousandsSeparator when compiling ZCore.bpl.
These are long-since deprecated Globals that are now removed.
Tracked down portion of code for these values, and found {$IFDEF WITH_FORMATSETTINGS}FormatSettings.{$ENDIF}DecimalSeparator;
Uncertain as to why this line does not seem to be working properly.
Is 7.1 version of Zeos the wrong download for us?
Or is it possible that the trial version of XE6 does not play nicely with Zeos 7.1?
We're trying out Delphi XE6 on a 30 day trial to see if it will work with our Delphi 7 legacy programs.
Trying to install Zeos 7.1 stable on said product.
Getting errors related to DecimalSeparator and ThousandsSeparator when compiling ZCore.bpl.
These are long-since deprecated Globals that are now removed.
Tracked down portion of code for these values, and found {$IFDEF WITH_FORMATSETTINGS}FormatSettings.{$ENDIF}DecimalSeparator;
Uncertain as to why this line does not seem to be working properly.
Is 7.1 version of Zeos the wrong download for us?
Or is it possible that the trial version of XE6 does not play nicely with Zeos 7.1?