We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
主窗口的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可能多余,可能引起的问题,尝试清理删除,不起作用
请教一下,谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
主窗口的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可能多余,可能引起的问题,尝试清理删除,不起作用
请教一下,谢谢
The text was updated successfully, but these errors were encountered: