

#include "my.h" CMyWinApp theApp;/*起点->全局对象*/ void main() { CWinApp* pApp = AfxGetApp();/*返回对象地址*/ }
#include "my.h" CMyWinApp theApp;/*起点->全局对象*/ void main() { CWinApp* pApp = AfxGetApp();/*返回对象地址*/ }
转载于:https://www.cnblogs.com/tinaluo/p/5350058.html