Porting App from 7.2.0b to 8.0 trunk 8015
Posted: 28.04.2023, 11:17
Hello,
I use Delphi 2010.
I try (I hope) to port my application from 7.2.0b to 8.0 trunk 8015 in this weekend but:
1) during compilation of ZDbc140.bpl results in a Redeclared ZDbcBeginnerStatement in '..\..\src\dbc\ZDbcBeginnerStatement.pas'
2) i comment the redeclared line of code;
3) during compilation of ZDBC140,bpl result in a Not Found ZDbcXmlUtils.dcu
4) I add ZDbcXmlUtils on ZDbc140.BPL but I receive [DCC Error] ZDbcXmlUtils.pas(157): E2034 Too many actual parameters
What I can do?
I saw (viewtopic.php?f=50&t=73319&start=255) that the trunk 8005 seems to compile but how I can backward to this trunk with TortoiseSVN?
Thanks
I use Delphi 2010.
I try (I hope) to port my application from 7.2.0b to 8.0 trunk 8015 in this weekend but:
1) during compilation of ZDbc140.bpl results in a Redeclared ZDbcBeginnerStatement in '..\..\src\dbc\ZDbcBeginnerStatement.pas'
2) i comment the redeclared line of code;
3) during compilation of ZDBC140,bpl result in a Not Found ZDbcXmlUtils.dcu
4) I add ZDbcXmlUtils on ZDbc140.BPL but I receive [DCC Error] ZDbcXmlUtils.pas(157): E2034 Too many actual parameters
What I can do?
I saw (viewtopic.php?f=50&t=73319&start=255) that the trunk 8005 seems to compile but how I can backward to this trunk with TortoiseSVN?
Thanks