Click to See Complete Forum and Search --> : Regular MFC (4.1) Dll and message pump


JerPom
May 27th, 1999, 10:59 AM
I have a typical problem of message pump: my modeless dialogs don't react to windows messages, because of no message pump in the WinApp of my dll (statically linked with MFC 4.1).

In Msdn, they say: From the calling application, call an exported function wich PreTranslate the message in the Dll message pump.

OK with MFC Application, but in VB? I try many solution (Subclassing the WindowProc, ...), but i have always stack overflow or other crashes...

How to do that kind of operation?

Thx a lot!