Qt在線程中使用QAxObject,獲取對象爲空問題

// 初始化QAxObject HRESULT r = OleInitialize(0); CoInitialize(0); if (r != S_OK && r != S_FALSE) { qWarning("Qt: Could not initialize OLE (error %x)\n", (unsigned int)r); } m_pAxObject = new QAxObject("E
相關文章
相關標籤/搜索