Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个工作线程,我需要从 CMFCStatusBar 窗格中增加进度条。它在发布模式下工作正常,但在调试模式下它会触发断点。
问题是从线程内不安全地访问状态栏对象。wincore.cpp 从断点声明应该使用句柄访问对象。
您将如何使用句柄访问 CFrameWindowEx 的成员 CMFCStatusBar?
请参阅此处的常见问题解答 11 和 12:
http://vcfaq.mvps.org/mfc/index.htm
这显示了如何使用上述 Martin James 建议的技术的示例。