I have written an activeX control- button(using VC++).I use this ActiveX control in a VC++ application.Now i made some changes in the active x control say i added one more function abc().I compile it , register it & then include it in my VC++ application. Now wrapper class generated by MFC is not reflecting the added function....which means i can't call abc() function from my application.Why is this happening.
Another question : Do i have to again include buttons in my dialog box since i have made changes in my button active x control.