作过CControlBar的请进来,没做过的别说话!
我直接CControlBar m_cb;程序报告:cannot instantiate abstract class due to following members:see declaration of 'CControlBar'
是不是CControlBar里有纯虚函数,需要我去重载,那么哪些是纯虚函数呢?我怎么一个也没找到.能告述我该重载那些函数吗?
还有我要派生CControlBar的类难道不能通过classwiard操作吗,因为在basscass里没有CControlBar