|
-
September 26th, 2002, 04:53 AM
#1
Multiple inheritance
Hallo !
I have some views which handle partly the same commands (e.g. every view has a "OnEditCopy") in the same way.
Thus I want to share that code in a common base class, but my views derive from different base-classes (CRichEditView, CEditView, CTextView...).
Normally it's impossible with MFC to have two base-classes which both derive from CWnd
=> Does anybody know a solution for this ??
Thanks,
CORCOR
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|