本文介绍了我需要帮助覆盖CDocument :: OnSave,OnSaveas和DoSave的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
本文作者
声称拥有覆盖dosave,但在检查文件时
我找不到OnFileSave,OnFileSaveas和DoSave作为成员函数.Pls我不知道该怎么做。请帮助我。
The author in of this article
CDocument::DoSave revealed
claimed to have overriden dosave, but on checking documentation at
http://msdn.microsoft.com/en-us/library/sd83ta1b.aspx
I could find none of OnFileSave, OnFileSaveas and DoSave as a member function.Pls I don't know what to make of this.Kindly help me out.
推荐答案
// implementation helpers
和其他两个在:
and the other two are under:
// file menu commands
这篇关于我需要帮助覆盖CDocument :: OnSave,OnSaveas和DoSave的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!