Tagged Questions
0
votes
1answer
597 views
DllMain and Qt Mfc Migration
I am using the Mfc to Qt migration solution, to migrate my Mfc plugin to Qt.
My Mfc plugin is loaded in third party Mfc app. Basically I am using the following example Qt based Application Extension :
...