Hi
When I try to compile (compile all from here) d:\ZeosLib sql\packages\delphi11\ZCore110.bpl
I get this:
[DCC Warning] ZPlainPostgreSqlDriver.pas(1005): W1044 Suspicious typecast of string to PAnsiChar
[DCC Error] ZPlainPostgreSqlDriver.pas(1005): E2010 Incompatible types: 'AnsiChar' and 'Char'
[DCC Warning] ZPlainPostgreSqlDriver.pas(1018): W1044 Suspicious typecast of string to PAnsiChar
[DCC Error] ZPlainPostgreSqlDriver.pas(1018): E2010 Incompatible types: 'AnsiChar' and 'Char'
[DCC Warning] ZPlainPostgreSqlDriver.pas(1020): W1044 Suspicious typecast of string to PAnsiChar
[DCC Error] ZPlainPostgreSqlDriver.pas(1020): E2010 Incompatible types: 'AnsiChar' and 'Char'
[DCC Warning] ZPlainPostgreSqlDriver.pas(1023): W1044 Suspicious typecast of string to PAnsiChar
[DCC Error] ZPlainPostgreSqlDriver.pas(1023): E2250 There is no overloaded version of 'StrCopy' that can be called with these arguments
[DCC Fatal Error] ZPlain.dpk(101): F2063 Could not compile used unit '..\..\src\plain\ZPlainPostgreSqlDriver.pas'
What is wrong?
Delphi2009 - problem with compilation
Moderators: gto, EgonHugeist