Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C++ updated OCX not seen in VB

Status
Not open for further replies.

jadixon

Programmer
May 22, 2008
33
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top