PDA

View Full Version : how to call mfc dll in Qt



gauravg
18th November 2011, 08:00
hi all please tell me how to call mfc dll from Qt.



thanks with regards;
gauravg

ChrisW67
18th November 2011, 08:26
Same way as you use any other DLLs: Declaring other libraries

d_stranz
18th November 2011, 18:42
I think the question might be more related to how the MFC event handling syncs up (or not) with the Qt event loop. For example, can you invoke the display of a dialog box contained within an MFC DLL and actually have it work as expected?

(Not that I would *ever* go back to programming in the code of the Dark Side, but just curious).

amleto
18th November 2011, 21:42
why would you ever want to use mfc from qt?