DLL modeless dialog & QT big big problem
-
Hi all, My application uses QT to render its interface but I recently encountered a big problem: my application loads a modeless dialog from an external mfc dll; because of mfc architecture PreTranslateMessage isn't called for my modeless dialog, so I thought forwarding the modeless dialog's messages would be the only solution, but now my problem rises: QT don't support PreTranslateMessage. I really need a great idea to solve this problem. Please help me.
---
-
Hi all, My application uses QT to render its interface but I recently encountered a big problem: my application loads a modeless dialog from an external mfc dll; because of mfc architecture PreTranslateMessage isn't called for my modeless dialog, so I thought forwarding the modeless dialog's messages would be the only solution, but now my problem rises: QT don't support PreTranslateMessage. I really need a great idea to solve this problem. Please help me.
---
You can emulate if you have access to the message pump. I don't know QT so I'm not sure what the deal is in this respect.
Steve