I have a deeply ingrained ActiveX control in our system which I would like to learn about / fix!
I am thinking about wrapping this MFC dll with a transparent proxy class that will intercept the member etc.
HOW can this be approached in MFC.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could start by generating an ActiveX wrapper using AxImp, then modifying the generated wrapper with your intercept code. See this question for details on manually generating the wrapper.