如何在VC里实现从CSplitterWnd类派生新类?
我采用的是insert->newclass...->mfcclass->Name:CMySplitterWndBaseclass中选择genericCWnd然后再CMyS...
我采用的是
insert->new class...->mfc class -> Name: CMySplitterWnd
Base class 中选择generic CWnd 然后再 CMySplitterWnd.h 和 CMySplitterWnd.cpp文件中 用CSplitterWnd 替换所有的CWnd。
当我在MainFrm.h 文件中定义 CMySplitterWnd m_wndSplitter;
当编译时就会出现错误 如:
: error C2146: syntax error : missing ';' before identifier 'm_wndSplitter'
error C2501: 'CMySplitterWnd' : missing storage-class or type specifiers
error C2501: 'm_wndSplitter' : missing storage-class or type specifiers
当我用 CSplitterWnd 定义 m_wndSplitter;就完全没有问题。 这是为什么?哪里出错了?
OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext) 函数是没问题的。 展开
insert->new class...->mfc class -> Name: CMySplitterWnd
Base class 中选择generic CWnd 然后再 CMySplitterWnd.h 和 CMySplitterWnd.cpp文件中 用CSplitterWnd 替换所有的CWnd。
当我在MainFrm.h 文件中定义 CMySplitterWnd m_wndSplitter;
当编译时就会出现错误 如:
: error C2146: syntax error : missing ';' before identifier 'm_wndSplitter'
error C2501: 'CMySplitterWnd' : missing storage-class or type specifiers
error C2501: 'm_wndSplitter' : missing storage-class or type specifiers
当我用 CSplitterWnd 定义 m_wndSplitter;就完全没有问题。 这是为什么?哪里出错了?
OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext) 函数是没问题的。 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询