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:[email protected]] On Behalf Of techabc Sent: Wednesday, July 20, 2016 23:01 To: development <[email protected]> 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 <[email protected]<mailto:[email protected]>>: I need to call 300+ MFC extending DLL in a new QT 5.x application, if except winmigrate, whatthing else can do it?
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
