Is it possible to build zeos 7.1.4 with c++ builder xe8? Has anyone tried?
When I open group project in c++ builder (C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\packages\cbuilder12\ZeosDbo.groupproj) and try to build ZCore.bpl get this error:
Code: Select all
Build started 2015-06-03 10:27:36.
__________________________________________________
Project "C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\packages\cbuilder12\ZCore.cbproj" (Build target(s)):
Target CreateProjectDirectories:
Creating directory "build\".
Creating directory "Debug_Build\".
Target MakeObjs:
Target PasCompile:
Target _PasCompileAll:
Compiling ..\..\src\core\ZExpression.pas;..\..\src\core\ZExprParser.pas;..\..\src\core\ZSysUtils.pas;..\..\src\core\ZExprToken.pas;..\..\src\core\ZVariables.pas;..\..\src\core\ZVariant.pas;..\..\src\core\ZCompatibility.pas;..\..\src\core\ZMatchPattern.pas;..\..\src\core\ZClasses.pas;..\..\src\core\ZCollections.pas;..\..\src\core\ZURL.pas;..\..\src\core\ZFunctionsMath.pas;..\..\src\core\ZFunctions.pas;..\..\src\core\ZFunctionsDateTime.pas;..\..\src\core\ZFunctionsOther.pas;..\..\src\core\ZFunctionsConvert.pas;..\..\src\core\ZFunctionsStrings.pas;..\..\src\core\ZTokenizer.pas;..\..\src\core\ZMessages.pas using temporary file pasall.tmp
Target _PasCoreCompile:
c:\program files (x86)\embarcadero\studio\16.0\bin\dcc32.exe -B -AGenerics.Collections=System.Generics.Collections;Generics.Defaults=System.Generics.Defaults;WinTypes=Winapi.Windows;WinProcs=Winapi.Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE -DDEBUG;; -I.;"c:\program files (x86)\embarcadero\studio\16.0\lib";"c:\program files (x86)\embarcadero\studio\16.0\lib\obj";"c:\program files (x86)\embarcadero\studio\16.0\lib\Win32\release";C:\Users\Jacek\Documents\Embarcadero\Studio\16.0\Imports;"c:\program files (x86)\embarcadero\studio\16.0\Imports";C:\Users\Public\Documents\Embarcadero\Studio\16.0\Dcp;"c:\program files (x86)\embarcadero\studio\16.0\include";"C:\Program Files (x86)\FastReports\LibD22";"C:\Program Files (x86)\Raize\CS5\Lib\RS-XE8\Win32" -LE. -NUbuild -NSWinapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap -O.;"c:\program files (x86)\embarcadero\studio\16.0\lib";"c:\program files (x86)\embarcadero\studio\16.0\lib\obj";"c:\program files (x86)\embarcadero\studio\16.0\lib\Win32\release";C:\Users\Jacek\Documents\Embarcadero\Studio\16.0\Imports;"c:\program files (x86)\embarcadero\studio\16.0\Imports";C:\Users\Public\Documents\Embarcadero\Studio\16.0\Dcp;"c:\program files (x86)\embarcadero\studio\16.0\include";"C:\Program Files (x86)\FastReports\LibD22";"C:\Program Files (x86)\Raize\CS5\Lib\RS-XE8\Win32" -R.;"c:\program files (x86)\embarcadero\studio\16.0\lib";"c:\program files (x86)\embarcadero\studio\16.0\lib\obj";"c:\program files (x86)\embarcadero\studio\16.0\lib\Win32\release";C:\Users\Jacek\Documents\Embarcadero\Studio\16.0\Imports;"c:\program files (x86)\embarcadero\studio\16.0\Imports";C:\Users\Public\Documents\Embarcadero\Studio\16.0\Dcp;"c:\program files (x86)\embarcadero\studio\16.0\include";"C:\Program Files (x86)\FastReports\LibD22";"C:\Program Files (x86)\Raize\CS5\Lib\RS-XE8\Win32" -U.;"c:\program files (x86)\embarcadero\studio\16.0\lib";"c:\program files (x86)\embarcadero\studio\16.0\lib\obj";"c:\program files (x86)\embarcadero\studio\16.0\lib\Win32\release";C:\Users\Jacek\Documents\Embarcadero\Studio\16.0\Imports;"c:\program files (x86)\embarcadero\studio\16.0\Imports";C:\Users\Public\Documents\Embarcadero\Studio\16.0\Dcp;"c:\program files (x86)\embarcadero\studio\16.0\include";"C:\Program Files (x86)\FastReports\LibD22";"C:\Program Files (x86)\Raize\CS5\Lib\RS-XE8\Win32" -V -VN -JPHNE -NBC:\Users\Public\Documents\Embarcadero\Studio\16.0\DCP -NObuild --BCB -CG -M -V pasall.tmp
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZClasses.pas(203): warning W1010: W1010 Method 'Equals' hides virtual method of base type 'TObject'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZClasses.pas(204): warning W1010: W1010 Method 'GetHashCode' hides virtual method of base type 'TObject'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZClasses.pas(206): warning W1010: W1010 Method 'ToString' hides virtual method of base type 'TObject'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZCompatibility.pas(311,14): error F2613: F2613 Unit 'ZEncoding' not found.
Done building target "_PasCoreCompile" in project "ZCore.cbproj" -- FAILED.
Done building target "_PasCompileAll" in project "ZCore.cbproj" -- FAILED.
Done building target "PasCompile" in project "ZCore.cbproj" -- FAILED.
Done building target "MakeObjs" in project "ZCore.cbproj" -- FAILED.
Done building project "ZCore.cbproj" -- FAILED.
Build FAILED.
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZClasses.pas(203): warning W1010: W1010 Method 'Equals' hides virtual method of base type 'TObject'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZClasses.pas(204): warning W1010: W1010 Method 'GetHashCode' hides virtual method of base type 'TObject'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZClasses.pas(206): warning W1010: W1010 Method 'ToString' hides virtual method of base type 'TObject'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZCompatibility.pas(311,14): error F2613: F2613 Unit 'ZEncoding' not found.
3 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.23
Code: Select all
Build started 2015-06-03 10:31:36.
__________________________________________________
Project "C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\packages\cbuilder12\ZCore.cbproj" (Build target(s)):
Target MakeObjs:
Target PasCompile:
Target _PasCompileAll:
Compiling ..\..\src\core\ZExpression.pas;..\..\src\core\ZExprParser.pas;..\..\src\core\ZSysUtils.pas;..\..\src\core\ZExprToken.pas;..\..\src\core\ZVariables.pas;..\..\src\core\ZVariant.pas;..\..\src\core\ZCompatibility.pas;..\..\src\core\ZMatchPattern.pas;..\..\src\core\ZClasses.pas;..\..\src\core\ZCollections.pas;..\..\src\core\ZURL.pas;..\..\src\core\ZFunctionsMath.pas;..\..\src\core\ZFunctions.pas;..\..\src\core\ZFunctionsDateTime.pas;..\..\src\core\ZFunctionsOther.pas;..\..\src\core\ZFunctionsConvert.pas;..\..\src\core\ZFunctionsStrings.pas;..\..\src\core\ZTokenizer.pas;..\..\src\core\ZMessages.pas using temporary file pasall.tmp
Target _PasCoreCompile:
c:\program files (x86)\embarcadero\studio\16.0\bin\dcc32.exe -B -AGenerics.Collections=System.Generics.Collections;Generics.Defaults=System.Generics.Defaults;WinTypes=Winapi.Windows;WinProcs=Winapi.Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE -DDEBUG;; -IC:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core;.;"c:\program files (x86)\embarcadero\studio\16.0\lib";"c:\program files (x86)\embarcadero\studio\16.0\lib\obj";"c:\program files (x86)\embarcadero\studio\16.0\lib\Win32\release";C:\Users\Jacek\Documents\Embarcadero\Studio\16.0\Imports;"c:\program files (x86)\embarcadero\studio\16.0\Imports";C:\Users\Public\Documents\Embarcadero\Studio\16.0\Dcp;"c:\program files (x86)\embarcadero\studio\16.0\include";"C:\Program Files (x86)\FastReports\LibD22";"C:\Program Files (x86)\Raize\CS5\Lib\RS-XE8\Win32" -LE. -NUbuild -NSWinapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap -OC:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core;.;"c:\program files (x86)\embarcadero\studio\16.0\lib";"c:\program files (x86)\embarcadero\studio\16.0\lib\obj";"c:\program files (x86)\embarcadero\studio\16.0\lib\Win32\release";C:\Users\Jacek\Documents\Embarcadero\Studio\16.0\Imports;"c:\program files (x86)\embarcadero\studio\16.0\Imports";C:\Users\Public\Documents\Embarcadero\Studio\16.0\Dcp;"c:\program files (x86)\embarcadero\studio\16.0\include";"C:\Program Files (x86)\FastReports\LibD22";"C:\Program Files (x86)\Raize\CS5\Lib\RS-XE8\Win32" -RC:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core;.;"c:\program files (x86)\embarcadero\studio\16.0\lib";"c:\program files (x86)\embarcadero\studio\16.0\lib\obj";"c:\program files (x86)\embarcadero\studio\16.0\lib\Win32\release";C:\Users\Jacek\Documents\Embarcadero\Studio\16.0\Imports;"c:\program files (x86)\embarcadero\studio\16.0\Imports";C:\Users\Public\Documents\Embarcadero\Studio\16.0\Dcp;"c:\program files (x86)\embarcadero\studio\16.0\include";"C:\Program Files (x86)\FastReports\LibD22";"C:\Program Files (x86)\Raize\CS5\Lib\RS-XE8\Win32" -UC:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core;.;"c:\program files (x86)\embarcadero\studio\16.0\lib";"c:\program files (x86)\embarcadero\studio\16.0\lib\obj";"c:\program files (x86)\embarcadero\studio\16.0\lib\Win32\release";C:\Users\Jacek\Documents\Embarcadero\Studio\16.0\Imports;"c:\program files (x86)\embarcadero\studio\16.0\Imports";C:\Users\Public\Documents\Embarcadero\Studio\16.0\Dcp;"c:\program files (x86)\embarcadero\studio\16.0\include";"C:\Program Files (x86)\FastReports\LibD22";"C:\Program Files (x86)\Raize\CS5\Lib\RS-XE8\Win32" -V -VN -JPHNE -NBC:\Users\Public\Documents\Embarcadero\Studio\16.0\DCP -NObuild --BCB -CG -M -V pasall.tmp
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZClasses.pas(203): warning W1010: W1010 Method 'Equals' hides virtual method of base type 'TObject'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZClasses.pas(204): warning W1010: W1010 Method 'GetHashCode' hides virtual method of base type 'TObject'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZClasses.pas(206): warning W1010: W1010 Method 'ToString' hides virtual method of base type 'TObject'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(572,54): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(576,58): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(638,78): error E2003: E2003 Undeclared identifier: 'DecimalSeparator'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(639,79): error E2003: E2003 Undeclared identifier: 'ThousandSeparator'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(642,50): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(661,76): error E2003: E2003 Undeclared identifier: 'DecimalSeparator'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(751,37): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(869,76): error E2003: E2003 Undeclared identifier: 'DecimalSeparator'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1256,18): error E2010: E2010 Incompatible types: 'PPointerList' and 'TPointerList'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1276,33): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1278,50): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1291,33): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1299,50): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1335,41): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1464,76): error E2003: E2003 Undeclared identifier: 'DecimalSeparator'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1465,77): error E2003: E2003 Undeclared identifier: 'ThousandSeparator'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1467,134): warning W1000: W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1468,137): warning W1000: W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1479,137): warning W1000: W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1483,196): warning W1000: W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1484,198): warning W1000: W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1512,81): warning W1000: W1000 Symbol 'StrLen' is deprecated: 'Moved to the AnsiStrings unit'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1531,81): warning W1000: W1000 Symbol 'StrLen' is deprecated: 'Moved to the AnsiStrings unit'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZEncoding.pas(917,2): error F2063: F2063 Could not compile used unit 'ZSysUtils.pas'
Done building target "_PasCoreCompile" in project "ZCore.cbproj" -- FAILED.
Done building target "_PasCompileAll" in project "ZCore.cbproj" -- FAILED.
Done building target "PasCompile" in project "ZCore.cbproj" -- FAILED.
Done building target "MakeObjs" in project "ZCore.cbproj" -- FAILED.
Done building project "ZCore.cbproj" -- FAILED.
Build FAILED.
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZClasses.pas(203): warning W1010: W1010 Method 'Equals' hides virtual method of base type 'TObject'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZClasses.pas(204): warning W1010: W1010 Method 'GetHashCode' hides virtual method of base type 'TObject'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZClasses.pas(206): warning W1010: W1010 Method 'ToString' hides virtual method of base type 'TObject'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1467,134): warning W1000: W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1468,137): warning W1000: W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1479,137): warning W1000: W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1483,196): warning W1000: W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1484,198): warning W1000: W1000 Symbol 'AnsiStrPos' is deprecated: 'Moved to the AnsiStrings unit'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1512,81): warning W1000: W1000 Symbol 'StrLen' is deprecated: 'Moved to the AnsiStrings unit'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1531,81): warning W1000: W1000 Symbol 'StrLen' is deprecated: 'Moved to the AnsiStrings unit'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(572,54): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(576,58): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(638,78): error E2003: E2003 Undeclared identifier: 'DecimalSeparator'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(639,79): error E2003: E2003 Undeclared identifier: 'ThousandSeparator'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(642,50): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(661,76): error E2003: E2003 Undeclared identifier: 'DecimalSeparator'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(751,37): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(869,76): error E2003: E2003 Undeclared identifier: 'DecimalSeparator'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1256,18): error E2010: E2010 Incompatible types: 'PPointerList' and 'TPointerList'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1276,33): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1278,50): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1291,33): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1299,50): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1335,41): error E2251: E2251 Ambiguous overloaded call to 'CharInSet'
System.SysUtils.pas(5878): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
ZCompatibility.pas(-537): error E2251: Related method: function CharInSet(Char; const TSysCharSet): Boolean;
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1464,76): error E2003: E2003 Undeclared identifier: 'DecimalSeparator'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZSysUtils.pas(1465,77): error E2003: E2003 Undeclared identifier: 'ThousandSeparator'
C:\Users\Jacek\Downloads\ZEOSDBO-7.1.4-stable\src\core\ZEncoding.pas(917,2): error F2063: F2063 Could not compile used unit 'ZSysUtils.pas'
10 Warning(s)
35 Error(s)
Time Elapsed 00:00:00.15
Can somebody help?
Maybe there is another version of ZEOS which you can build?