latelee/H264BSAnalyzer

VS2010运行错误

Opened this issue · 0 comments

  • 主窗口的DoModel中,运行到此处
    _AFXWIN_INLINE void CWnd::GetWindowRect(LPRECT lpRect) const
    { ASSERT(::IsWindow(m_hWnd)); ::GetWindowRect(m_hWnd, lpRect); }

  • 出现下面异常:
    H264BSAnalyzer.exe 中的 0x64fd3f0c (mfc100d.dll) 处有未经处理的异常: 0xC000041D: 用户回调期间遇到未经处理的异常。

  • 测试环境:
    Win10 64bit VS2010
    Win7 32bit VS2010
    同样的报错

  • 查找信息:
    有人提到资源ID可能多余,可能引起的问题,尝试清理删除,不起作用

    请教一下,谢谢