|
-
July 14th, 1999, 04:57 PM
#1
Pure Virtual methods in CDocument
Does anyone have any samples showing how to implement pure virtual methods in a class that derives from CDocument ? When I try it I get the following error:
error C2259: 'CMyBaseDocument' : cannot instantiate abstract class due to following members
when I double click on the error to go to the offending line of code it takes me to the line of code IMPLEMENT_DYNCREATE(CMyBaseDocument, CDocument)is.
Can anyone explain that ?
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
|