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!!!