Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS2010运行错误 #12

Open
wangruo opened this issue Dec 3, 2021 · 0 comments
Open

VS2010运行错误 #12

wangruo opened this issue Dec 3, 2021 · 0 comments

Comments

@wangruo
Copy link

wangruo commented Dec 3, 2021

  • 主窗口的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可能多余,可能引起的问题,尝试清理删除,不起作用

    请教一下,谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant