Software FX Posted July 28, 1999 Report Share Posted July 28, 1999 Eric, ICfxEvents is a PURE class. So you need to override ALL the functions, even if most of them do nothing at all. What I suggest is to copy the definition of ICfxEvents from the header file into your class and then replace all the PURE by { return S_OK; } Then only write code for those events you want to process. Frank Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.