Einzelnen Beitrag anzeigen

bernhard_LA

Registriert seit: 8. Jun 2009
Ort: Bayern
1.123 Beiträge
 
Delphi 11 Alexandria
 
#1

ZEOS mit XE 10.2

  Alt 9. Feb 2018, 11:39
Datenbank: MSSQL • Version: 14 • Zugriff über: ZEOS
wir möchten die ZEOS DB Kompomenten mit einer Delphi Starter Edition verwenden .


die aktuelle Version haben wir hier gefunden https://sourceforge.net/projects/zeoslib/

den patch um die Version ZEOS XE 7 mit Delphi XE 10 zu verwenden steht hier : http://zeoslib.sourceforge.net/viewtopic.php?t=31464


anbei mein gescheiterer versuch ZEOS zu kompilieren, was muss ich machen damit es funktioniert ?



  1. [dcc32 Error] ZSysUtils.pas(572): E2251 Ambiguous overloaded call to 'CharInSet'
  2. System.SysUtils.pas(5929): Related method: function CharInSet(Char; const TSysCharSet): Boolean;
  3. ZCompatibility.pas(286): Related method: function CharInSet(Char; const TSysCharSet): Boolean;
  4. [dcc32 Error] ZSysUtils.pas(576): E2251 Ambiguous overloaded call to 'CharInSet'
  5. System.SysUtils.pas(5929): Related method: function CharInSet(Char; const TSysCharSet): Boolean;
  6. ZCompatibility.pas(286): Related method: function CharInSet(Char; const TSysCharSet): Boolean;
  7. [dcc32 Error] ZSysUtils.pas(638): E2003 Undeclared identifier: 'DecimalSeparator'
  8. [dcc32 Error] ZSysUtils.pas(639): E2003 Undeclared identifier: 'ThousandSeparator'
  9. [dcc32 Error] ZSysUtils.pas(642): E2251 Ambiguous overloaded call to 'CharInSet'
  10. System.SysUtils.pas(5929): Related method: function CharInSet(Char; const TSysCharSet): Boolean;
  11. ZCompatibility.pas(286): Related method: function CharInSet(Char; const TSysCharSet): Boolean;
  12. [dcc32 Error] ZSysUtils.pas(661): E2003 Undeclared identifier: 'DecimalSeparator'
  13. [dcc32 Error] ZSysUtils.pas(751): E2251 Ambiguous overloaded call to 'CharInSet'
    ...............
  14. [dcc32 Error] ZSysUtils.pas(1464): E2003 Undeclared identifier: 'DecimalSeparator'
  15. [dcc32 Error] ZSysUtils.pas(1465): E2003 Undeclared identifier: 'ThousandSeparator'
  16. [dcc32 Warning] ZSysUtils.pas(1467): W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
  17. [dcc32 Warning] ZSysUtils.pas(1468): W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
  18. [dcc32 Warning] ZSysUtils.pas(1479): W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
  19. [dcc32 Warning] ZSysUtils.pas(1483): W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
  20. [dcc32 Warning] ZSysUtils.pas(1484): W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
  21. [dcc32 Warning] ZSysUtils.pas(1512): W1000 Symbol 'StrLen' is deprecated: 'Moved to the AnsiStrings unit'
  22. [dcc32 Warning] ZSysUtils.pas(1531): W1000 Symbol 'StrLen' is deprecated: 'Moved to the AnsiStrings unit'
  23. [dcc32 Fatal Error] ZEncoding.pas(951): F2063 Could not compile used unit 'ZSysUtils.pas'
  24. Failed
Elapsed time: 00:00:00.3
  Mit Zitat antworten Zitat