在CDocment类的子类中使用UpdateALLView出错出错信息: InterferfringeDoc.cpp(118) : error C2065: 'UpdateALLViews' : undeclared identifierUpdateALLViews是CDocment的函数,为什么在子类中使用出错?[解决办法]是CDocument的函数,不是CDocment的[解决办法]拼写错误,应该是UpdateAllViews(NULL);注意大小写