Board index » cppbuilder » Derived Class constructor
Mike
![]() CBuilder Developer |
Tue, 08 Jul 2003 22:49:41 GMT
Derived Class constructor
Hi,
I have a problem with OOP. Okay, let me explain what I am trying to do. ChildForm header file: class TChildForm:public TForm Quote}; __fastcall TChildForm::TChildForm(TComponent* Owner, AnsiString s) Quote} class TTextChild:public TChildForm Quote}; [C++ Error] TxtChild.cpp(16): E2285 Could not find a match for Well, the error is quite obvious, because I have modified the default Anyone could shed some light on this? -- UK Time: -- Michael |