Hi Marks,
Can you change the property of EOF and BOF for ZPlainAdo
to other character said Eof/Bof.
Because it cause compilation error under C++Builder 5.
Thx.
[patch_done] ZPlainAdo EOF cause C++B5 compile problem
Moderators: gto, EgonHugeist
Hi Mark,
Sorry dor un-clear request.
Under the ZPlainAdo.pas
Change from
property BOF: WordBool read Get_BOF;
property EOF: WordBool read Get_EOF;
To lines like below
property Bof: WordBool read Get_BOF;
property Eof: WordBool read Get_EOF;
Because under C/C++ 'EOF' defined in header fle stdio.h.
Regards,
KL Chin
Sorry dor un-clear request.
Under the ZPlainAdo.pas
Change from
property BOF: WordBool read Get_BOF;
property EOF: WordBool read Get_EOF;
To lines like below
property Bof: WordBool read Get_BOF;
property Eof: WordBool read Get_EOF;
Because under C/C++ 'EOF' defined in header fle stdio.h.
Regards,
KL Chin