Hello,
I've got a problem with header and BCB6
I've install BCB6 components, but RVPrint->SetHeader is unknown.
Is this normal?
Headers ans BCB6
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
No, it's not normal, SetHeader() is a public method of TRVPrint, and it must be in PtblRV.hpp.
I checked the header included in the trial version, it's there:
void __fastcall SetHeader(Crvfdata::TCustomRVFormattedData* RVData);
May be you have duplicated HPP files (HPP files of older version of TRichView in different directory), and C++Builder use them to compile applications?
I checked the header included in the trial version, it's there:
void __fastcall SetHeader(Crvfdata::TCustomRVFormattedData* RVData);
May be you have duplicated HPP files (HPP files of older version of TRichView in different directory), and C++Builder use them to compile applications?
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: