Download vclado50.bpl and rtl.bpl

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

Moderators: gto, EgonHugeist

Post Reply
klchin
Senior Boarder
Senior Boarder
Posts: 65
Joined: 02.09.2005, 06:27

Download vclado50.bpl and rtl.bpl

Post by klchin »

Hi,

I using C++Builder 5.0 Pro ver.
Had error when compile 6.6.3. it required
vclAdo50.bpl/bpi and rtl.bpl/bpi

When can I download it, or can someone send
to my email - klchin@1asia.com.my

BTW, I had managed to compile it, by removing
all the references for vclAdo50 and rtl from the
cpp and bpr file, which not a good practice.

Suggestion, under the ZPlainAdo.pas, it will be
good change the name EOF to Eof (maybe also BOF to
Bof), to avoid compilation error under C++Builder.

Regards,
KL Chin
klchin
Senior Boarder
Senior Boarder
Posts: 65
Joined: 02.09.2005, 06:27

Post by klchin »

Hi,

Can u add/change below, fixes for C++Builder 5.00,

--------------------------
unit ZAbstractDataset;
--------------------------

TZAbstractDataset = class(TZAbstractRODataset)

published

property Filtered;
property Params;
property ParamCheck;
property ReadOnly;
property RequestLive;
property SQL;


-----------------
unit ZPlainAdo;
-----------------
Recordset15 = interface(_ADO)

property Bof: WordBool read Get_BOF;
property Eof: WordBool read Get_EOF;


Regards,
KL Chin
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

klchin,

Can you be more specfic about exactly how (unified dif output?) and why this code should be changed?

You'll understand I can't risk breaking this stable version for other compilers. On the other hand, as 6.6 is the last zeoslib version supporting CBuilder 5, I hope we can fix this in the next 6.6 maintenance release.

Mark
Image
Post Reply