新手问个CWelcome类成员的问题??
void CWelcomeView::OnDraw(CDC* pDC) {
// TODO: Add your specialized code here and/or call the base class
CWelcomeDoc *pDc=GetDocument();
ASSERT_VALID(pDc);
pDc->TextOut(100,30,"测试虚函数!",12);
}
编译时怎么会说CWelcome没有TextOut()成员!!
error C2039: 'TextOutA' : is not a member of 'CWelcomeDoc'
谢谢!!,,还有啊,我新手没分给,不好意思!!