trichview.support
creating tables in CBuilder |
Author |
Message |
doszpi |
Posted: 10/15/2003 17:28:01 Hi! I have some problem with creating tables on a RichView in CBuilder 6. If I try this: TRVTableItemInfo table; I got this error: E2459 VCL style classes must be constructed using operator new from the compiler. That's OK, It is a VCL style class, but if I try this: TRVTableItemInfo * table; table = new TRVTableItemInfo(); I got this error: E2285 Could not find a match for 'TRVTableItemInfo::TRVTableItemInfo()' from the compiler How can I call TRVTableItemInfo's constructor? Thanks! Doszpi |
Powered by ABC Amber Outlook Express Converter