Porting App from 7.2.0b to 8.0 trunk 8015

The offical for ZeosLib 7.3 Report problems, ask for help, post proposals for the new version of Zeoslib 7.3/v8
Quick Info:
-We made two new drivers: odbc(raw and unicode version) and oledb
-GUID domain/field-defined support for FB
-extended error infos of Firebird
-performance ups are still in queue
In future some more feature will arrive, so stay tuned and don't hassitate to help
Post Reply
louis
Expert Boarder
Expert Boarder
Posts: 107
Joined: 02.01.2009, 19:41

Porting App from 7.2.0b to 8.0 trunk 8015

Post 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
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1918
Joined: 17.01.2011, 14:17

Re: Porting App from 7.2.0b to 8.0 trunk 8015

Post 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
Post Reply