Page 1 of 1

Porting App from 7.2.0b to 8.0 trunk 8015

Posted: 28.04.2023, 11:17
by louis
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

Re: Porting App from 7.2.0b to 8.0 trunk 8015

Posted: 01.05.2023, 12:05
by marsupilami
Hello Louis,

these problems should be fixed now for Zeos 8. Usually Subversion allows you to checkout earlier revisions. But how you do that depends on the solution (command line, TortoisSVN, ...) you use.

With best regards,

Jan