I have a C++ project that creates an OCX file which contains multiple functions I call from VB. I added a parameter to one of the functions in the C++ side, rebuild the ocx, re-registered it, but the VB side does not see the new parameter (I get a compile error). If I look at the ocx in OLEView, it sees the old parameter list not the new one. I must be missing updating a declaration for the function somewhere, but I can't seem to find it.
What am I missing?
What am I missing?