Hello everybody,
I have a question on ActiveX (COM) DLLs in C++, created using MFC wizard.
I can create a COM DLL for Visual Basic that works perfectly well, but there is one little problem. In my DLL (more precisely, in one of the classes exposed by the DLL) there is a property that returns a reference to another object (a pointer to its IDISPATCH), of a class in the same DLL.
Let us call this property GetObject. When in the Visual Basic editor I type MainDllClassObject.GetObject. ..., after I type the dot after "GetObject", no list with properties and methods of this object appears. I want the list to appear. What should I do? I guess I should introduce some changes into my IDL file, but what exactly should I do?
Thanks in advance.
I have a question on ActiveX (COM) DLLs in C++, created using MFC wizard.
I can create a COM DLL for Visual Basic that works perfectly well, but there is one little problem. In my DLL (more precisely, in one of the classes exposed by the DLL) there is a property that returns a reference to another object (a pointer to its IDISPATCH), of a class in the same DLL.
Let us call this property GetObject. When in the Visual Basic editor I type MainDllClassObject.GetObject. ..., after I type the dot after "GetObject", no list with properties and methods of this object appears. I want the list to appear. What should I do? I guess I should introduce some changes into my IDL file, but what exactly should I do?
Thanks in advance.