MFC、Qt、C#都是面向对象的编程库 1、MFC不允许跨线程调用对象,即线程只能调用它本身分配了空间的对象 In a multi-threaded application written using MFC, you should not pass MFC objects across thread boundaries. As a general rule, a thread should access only those MFC objects that it creates. Failu...
QT在子线程中正确使用定时器QTimer,及IO类的对象跨线程调用问题 here posted @2024-08-23 10:44RioTian阅读(65) 评论(0)编辑