Delphi2009 - problem with compilation

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
zefir
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 14.06.2010, 19:06

Delphi2009 - problem with compilation

Post by zefir »

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?
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

Delphi 2009 -> Delphi 12
gkaled2004
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 07.08.2010, 15:33

Post by gkaled2004 »

where finede zcore120.bpl
zefir
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 14.06.2010, 19:06

Post by zefir »

thx :)
Anyone knows when will the next version ZEOSLIB7 ?
Post Reply