B
Bill Swartz
Hello,
I wrote an ATL in-proc server for use with VBA and MFC. In the MFC code, I
am using #import on the server's type library. MFC complains about interface
methods with an [out,retval] parameter. I can add a second copy of the
method to the interface with a new name and the [out,retval] changed to just
[out]. This seems to work. Is there a way to get rid of the errors without
adding a bunch of (almost) redundant methods to the interface?
I wrote an ATL in-proc server for use with VBA and MFC. In the MFC code, I
am using #import on the server's type library. MFC complains about interface
methods with an [out,retval] parameter. I can add a second copy of the
method to the interface with a new name and the [out,retval] changed to just
[out]. This seems to work. Is there a way to get rid of the errors without
adding a bunch of (almost) redundant methods to the interface?