Re: rebuilding a VB activeX
In the project properties of the VB ActiveX control select "Binary Compatibility".
This will keep the same GUIDs for the control and its methods and thus not break the VC++ calling program.
HTH,
Duncan
-------------------------------------------------
Ex. Datis: Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com
Re: rebuilding a VB activeX
If you are calling the dll via an interface, make sure the interface is set to Binary compatibility, and the component itself to Project compatibility.
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.