I call a VB activeX dll from a VC++ as a com object. But each time I make a change in the dll, I need to rebuild the VC++ code that calls the dll. If I don't do that the error message 'Creation failed' appears at the point of invoking the dll.
Please tell where I am going wrong.


Sujit Kumar Chakrabarti