Search found 4 matches

by dangel
Thu Apr 17, 2008 7:18 am
Forum: Developer's Forum for Windows
Topic: VS2005 MFC example?
Replies: 8
Views: 17661

Thank you, much appreciated. We use COM ourselves but in the main just IDispatch derived interfaces as they're easy to implement within the framework of MFC itself. I think it'd be most useful to see an example of a small MFC dialog app handling connection and events - at the moment it's a bit of an...
by dangel
Thu Apr 17, 2008 7:01 am
Forum: Developer's Forum for Windows
Topic: VS2005 MFC example?
Replies: 8
Views: 17661

The problem i'm having (BTW) is that after i've added ATL support to my MFC project i can't declare a com event handler class without causing the compiler to complain i haven't got ATL support (which I do.. arggh). I'm at the evaluation stage right now - with a view to implementing this as part of o...
by dangel
Thu Apr 17, 2008 6:57 am
Forum: Developer's Forum for Windows
Topic: VS2005 MFC example?
Replies: 8
Views: 17661

And will the non-COM interface remain supported?
by dangel
Thu Apr 17, 2008 6:20 am
Forum: Developer's Forum for Windows
Topic: VS2005 MFC example?
Replies: 8
Views: 17661

VS2005 MFC example?

Forgive me but i'm not familar with ATL and coercing it into being MFC friendly is proving to be quite offputting. Any chance of an example code lump on how to connect and monitor input with MFC?

Thank you in advance for any help.