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
Download vclado50.bpl and rtl.bpl
Moderators: gto, EgonHugeist
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
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
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
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
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