|
-
April 1st, 1999, 07:34 AM
#1
Multiple Inheritance
Is Multiple Inheritance possible in MFC?
Thanks in advance,
-
April 1st, 1999, 08:49 AM
#2
Yah....
class CAttributeControlWindow : public CDialog, public CAttributeControl
-
April 1st, 1999, 09:24 AM
#3
Re: Multiple Inheritance
You need to be careful. Have a look at TechNote 016: "Using C++ Multiple Inheritance with MFC".
This tells you how to work around the restrictions concerning CObject, CRuntimeClass, and MFC message mapping, which all need special handling under MI.
Dave
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
|