Hello all
I'm new here on the forum, and I have the following problem.
I try Delphi Starter XE2 ZEOS the components to install.
Because I get the following messages;
[DCC Warning] ZCompatiblity.pas (192): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in SysUtils'unit.
[DCC Warning] ZCompatiblity.pas (196): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in SysUtils'unit.
[DCC Warning] ZClasses.pas (189): W1010 Method 'Equels' hides virtual method of base type 'TObject'
[DCC Warning] ZClasses.pas (190): W1010 Method 'GetHashCode' hides virtual method of base type 'TObject'
[DCC Warning] ZSysUtils.pas(454): E2010 Incompatible types: 'PAnsiChar' and 'PWideChar'
[DCC Warning] ZSysUtils.pas(454): E2010 Incompatible types: 'PAnsiChar' and 'PWideChar'
[DCC Warning] ZSysUtils.pas(483): E2010 Incompatible types: 'PAnsiChar' and 'PWideChar'
[DCC Warning] ZSysUtils.pas(507): W1000 Symbol 'DecimalSeparator' is deprecated: 'Use FormatSettings.DecimalSeparator'
[DCC Warning] ZSysUtils.pas(508): W1000 Symbol 'ThousandSeparator' is deprecated: 'Use FormatSettings.ThousandSeparator'
[DCC Warning] ZSysUtils.pas(509): W1000 Symbol 'DecimalSeparator' is deprecated: 'Use FormatSettings.DecimalSeparator'
[DCC Warning] ZSysUtils.pas(510): W1000 Symbol 'ThousandSeparator' is deprecated: 'Use FormatSettings.ThousandSeparator'
[DCC Warning] ZSysUtils.pas(517): W1000 Symbol 'DecimalSeparator' is deprecated: 'Use FormatSettings.DecimalSeparator'
[DCC Warning] ZSysUtils.pas(518): W1000 Symbol 'ThousandSeparator' is deprecated: 'Use FormatSettings.ThousandSeparator'
[DCC Warning] ZSysUtils.pas(534): W1000 Symbol 'DecimalSeparator' is deprecated: 'Use FormatSettings.DecimalSeparator'
[DCC Warning] ZSysUtils.pas(535): W1000 Symbol 'DecimalSeparator' is deprecated: 'Use FormatSettings.DecimalSeparator'
[DCC Warning] ZSysUtils.pas(539): W1000 Symbol 'DecimalSeparator' is deprecated: 'Use FormatSettings.DecimalSeparator'
[DCC Warning] ZSysUtils.pas(620): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet'function in 'SysUtils' unit.
[DCC Warning] ZSysUtils.pas(744): W1000 Symbol 'DecimalSeparator'is deprecated: 'Use FormatSettings.DecimalSeparator'
[DCC Warning] ZSysUtils.pas(745): W1000 Symbol 'DecimalSeparator'is deprecated: 'Use FormatSettings.DecimalSeparator'
[DCC Warning] ZSysUtils.pas(749): W1000 Symbol 'DecimalSeparator'is deprecated: 'Use FormatSettings.DecimalSeparator'
[DCC Error] ZSysUtils.pas(1033): E2010 Incompatible types: 'PPointerList' and 'TPointerList'
[DCC Warning] ZSysUtils.pas(1058): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in 'SysUtils' unit.
[DCC Warning] ZSysUtils.pas(1060): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in 'SysUtils' unit.
[DCC Warning] ZSysUtils.pas(1077): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in 'SysUtils' unit.
[DCC Warning] ZSysUtils.pas(1089): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in 'SysUtils' unit.
[DCC Warning] ZSysUtils.pas(1129): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in 'SysUtils' unit.
[DCC Fatel Error] ZVariant.pas(503):F2063 Could not compile used unit 'ZSysUtils.pas'
Perhaps it is useful to you
Zeos en Delphi Starter XE2
Moderators: gto, EgonHugeist, olehs
-
- Fresh Boarder
- Posts: 4
- Joined: 31.10.2011, 10:04
do not have the starter edition, but on DELPHI XE ZEOS 7.0.0 I could install,
made now a tutorial on german delphi praxis ,
http://www.delphipraxis.net/164241-delp ... ation.html
made now a tutorial on german delphi praxis ,
http://www.delphipraxis.net/164241-delp ... ation.html
-
- Fresh Boarder
- Posts: 4
- Joined: 31.10.2011, 10:04
Thank you, I am going to get to work, let me know if it worked.bernhard wrote:do not have the starter edition, but on DELPHI XE ZEOS 7.0.0 I could install,
made now a tutorial on german delphi praxis ,
http://www.delphipraxis.net/164241-delp ... ation.html
-
- Fresh Boarder
- Posts: 4
- Joined: 31.10.2011, 10:04
under http://zeos.firmos.at/viewtopic.php?p=13807#13807 there is exactly the same issue reported with C++ builder XE 2 , guess it is a language setting issue.
FormatSettings.DecimalSeparato // localformatsettings is a buggy Windows function, try set system language to any other language accept, reopen windows menue and set back to your language .
FormatSettings.DecimalSeparato // localformatsettings is a buggy Windows function, try set system language to any other language accept, reopen windows menue and set back to your language .