It will be converted as an IUnknown-derived interface [solved]
-
I am trying to eliminate all compiler-warnings of a given project. I'm stuck with the warning below;
Processing COM reference "AXDBLib" from path "(somepath)axdb20enu.tlb". Interface 'IAcadShadowDisplay' is marked as [dual], but does not derive from IDispatch. It will be converted as an IUnknown-derived interface.
Ideally, I would like to understand how to rectify it, but if that is not possible, I'd like to surpress it. Anyone familiar with a similar message? --edit; MSB3305 cannot be suppressed, as it is not a compiler warning. It can be suppressed by editing the project file though. See https://msdn.microsoft.com/en-us/library/windows/hardware/jj659905(v=vs.85).aspx[^]
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
-
I am trying to eliminate all compiler-warnings of a given project. I'm stuck with the warning below;
Processing COM reference "AXDBLib" from path "(somepath)axdb20enu.tlb". Interface 'IAcadShadowDisplay' is marked as [dual], but does not derive from IDispatch. It will be converted as an IUnknown-derived interface.
Ideally, I would like to understand how to rectify it, but if that is not possible, I'd like to surpress it. Anyone familiar with a similar message? --edit; MSB3305 cannot be suppressed, as it is not a compiler warning. It can be suppressed by editing the project file though. See https://msdn.microsoft.com/en-us/library/windows/hardware/jj659905(v=vs.85).aspx[^]
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
-
Eddy Vluggen wrote:
Processing COM reference
Not sure why you chose this forum; I would suggest http://www.codeproject.com/Forums/1648/COM.aspx[^] is a better place.
..because I am not programming a COM-interface, and I do not have questions about COM-programming. It is a warning in Visual Studio, in a managed project. Looking for a way to fix or surpress it, not details on the interface :)
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
-
..because I am not programming a COM-interface, and I do not have questions about COM-programming. It is a warning in Visual Studio, in a managed project. Looking for a way to fix or surpress it, not details on the interface :)
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
-
Well it looks to me like a COM issue, rather than anything to do with System Administration.