温故而知新,学习MFC框架如何创建的过程[19]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 liukaven 的 blog

 

在进入cmultidoctemplate::opendocumentfile之前,我观察了一下调用堆栈,结果如下:

>   mfc71d.dll!cdocmanager::onfilenew()  852  c++

    mfc71d.dll!cwinapp::onfilenew()  25   c++

    mfc71d.dll!_afxdispatchcmdmsg(ccmdtarget * ptarget=0x0042cae8, unsigned int nid=57600, int ncode=0, void (void)* pfn=0x0041153c, void * pextra=0x00000000, unsigned int nsig=53, afx_cmdhandlerinfo * phandlerinfo=0x00000000)  89   c++

    mfc71d.dll!ccmdtarget::oncmdmsg(unsigned int nid=57600, int ncode=0, void * pextra=0x00000000, afx_cmdhandlerinfo * phandlerinfo=0x00000000)  396 + 0x27    c++

    mfc71d.dll!cwinapp::processshellcommand(ccommandlineinfo & rcmdinfo={...})  27 + 0x1e c++

    mditest.exe!cmditestapp::initinstance()  101 + 0xc    c++

本文关键:温故而知新,学习MFC框架如何创建的过程
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top