I have a newbie COM question relating to updating interfaces. I created a COM object with one interface a while ago. I'd like to expand the object by creating a new interface to the object that inherits from the old. I've tried to update the idl file to do this but am getting compile errors when I add
"INewInterface : IOldInterface" and "interface INewInterface" under the class description section of the idl file.
anybody know what I'm doing wrong?
Thanks,
-Venkman
"INewInterface : IOldInterface" and "interface INewInterface" under the class description section of the idl file.
anybody know what I'm doing wrong?
Thanks,
-Venkman