using a Qt dll in MFC

2019-08-09 01:35发布

问题:

the Qt dll defines some interfaces, one of them need to use QNetworkManageAccess Object, while MFC process step into QNetworkManageAccess.post(), a dead loop occurs, and the service does not response.

But if Qt application call the Qt dll, everything is ok, thx!!!

回答1:

try to use WinMigration. I'm not sure but it could help. http://doc.qt.digia.com/solutions/qtwinmigrate/winmigrate-walkthrough.html



标签: c++ qt mfc