Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Datenbanken (https://www.delphipraxis.net/15-datenbanken/)
-   -   ZEOS mit XE 10.2 (https://www.delphipraxis.net/195184-zeos-mit-xe-10-2-a.html)

bernhard_LA 9. Feb 2018 11:39

Datenbank: MSSQL • Version: 14 • Zugriff über: ZEOS

ZEOS mit XE 10.2
 
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

EgonHugeist 9. Feb 2018 12:11

AW: ZEOS mit XE 10.2
 
Hallo bernhard_LA,

schau mal da: http://zeoslib.sourceforge.net/viewt...p=91895#p91895

benutze bitte keine 7.1er Versionen mehr, ich hab keine Zeit mehr dafür. Benutze 7.2.2rc oder hole 7.2 bzw 7.3(mit OleDB und ODBC Treiber) direkt vom SVN.
Was "stable" bedeutet liegt in der hand von 3 Entwicklern. 7.2 is mehr "stable" als alles zuvor, wir haben jedoch Probleme mit den DoxyGen Zeugs um eine Dokumentation zu erzeugen ...

Gruß Michael


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:23 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz