VS 2005中的解决方案属性

时间:2013-08-30 08:23:47

标签: c++

我在VS 2005中有一个由于最近的更改而停止工作的exe。代码进入AfxWinMain中的winmain.cpp,然后Window被销毁

if (!pThread->InitInstance())
{
    if (pThread->m_pMainWnd != NULL)
    {
        TRACE(traceAppMsg, 0, "Warning: Destroying non-NULL m_pMainWnd\n");
        pThread->m_pMainWnd->DestroyWindow();  // Comes here
    }
    nReturnCode = pThread->ExitInstance();
    goto InitFailure;
}

请帮助

0 个答案:

没有答案