[Development] Are QT winmigrate framework will be back in qt 5.x ?
Scott Aron Bloom
scott at towel42.com
Thu Jul 21 08:20:31 CEST 2016
A lot of it will depend on what you are using Qt for.
I used the Qt Solution for WinMigrate, which essentially (At a very high level) makes sure the Qt event loop gets called when the MFC event loop is run.
Where I used it was to add Qt windows and Qt eventloop driven functionality (QHttp before QNetworkAccessManager existed). It worked fine for stand alone top level windows.
I don’t recommend it for modal windows, or for “child widgets”.
Im not sure what you are looking for besides the qt solution for winmigrate.
Scott
From: Development [mailto:development-bounces+scott=towel42.com at qt-project.org] On Behalf Of techabc
Sent: Wednesday, July 20, 2016 23:01
To: development <development at qt-project.org>
Subject: Re: [Development] Are QT winmigrate framework will be back in qt 5.x ?
How can I reuse the MFC based GUI dll in a QT application?
2016-06-26 21:53 GMT+08:00 techabc <techabc at gmail.com<mailto:techabc at gmail.com>>:
I need to call 300+ MFC extending DLL in a new QT 5.x application, if except winmigrate, whatthing else can do it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20160721/a258927b/attachment.html>
More information about the Development
mailing list