Home > Software engineering >  ObjectARX call MFC DLL module message response problem
ObjectARX call MFC DLL module message response problem

Time:10-11

Hi I'm objectarx development beginner, encounter a problem now, want to ask next everybody;
Questions as follows:
My written arx application invokes a MFC DLL, the DLL will generate a MDIFrame window,
The question now is no shortcuts in MDIFrame window response messages and tooltips message (unable to response preTranslateMessage messages), the problem if not in arx program, it seems as if by a DLL module preTranslateMessage export, then in its host program preTranslateMessage function call the exported functions to solve, but now don't know how to solve in the arx program, hope that we can provide a train of thought! Thank you very much

CodePudding user response:

WndProc Hook?
  • Related