BOOL CLjmjApp::InitInstance()
{
// TODO: Add your specialized code here and/or call the base class
AfxEnableControlContainer(); //Add ActiveX control
AfxOleInit(); //是否和此句有关
return CWinApp::InitInstance();
}作者: dreamerwj 时间: 2004-8-14 08:37
问题找到了,去掉函数:
BOOL CLjmjApp:nitInstance()
{
// TODO: Add your specialized code here and/or call the base class
AfxEnableControlContainer(); //Add ActiveX control
AfxOleInit(); //是否和此句有关
return CWinApp:nitInstance();
}
中的
AfxOleInit(); //是否和此句有关
即可。