Problems with IMessageFilter in SDI
C / C++ / MFC
2
Posts
1
Posters
0
Views
1
Watching
-
I've tried to implement my own message filter (IMessageFilter) in a client that talks to a COM server. It works if I test it in a simple dialog app, but when I implement it in an SDI app, the filter is never used. :( Anyone got any ideas? Cheers,
/FredrikSonork ID: 100.11430:PhatBoy
-
I've tried to implement my own message filter (IMessageFilter) in a client that talks to a COM server. It works if I test it in a simple dialog app, but when I implement it in an SDI app, the filter is never used. :( Anyone got any ideas? Cheers,
/FredrikSonork ID: 100.11430:PhatBoy
Funny, it works in the SDI app if I call AfxOleInit() first. In the dialog app there is no need for that.:confused: Cheers,
/FredrikSonork ID: 100.11430:PhatBoy