On 6/27/2011 4:08 PM, David Nadlinger wrote:
On 6/27/11 9:04 AM, Nub Public wrote:DMD complains that the function body of funcWrapperWithLessParams isn't abstract.I don't know if there is something COM-specific going on, but you might want to mark the wrapper method »final« – that's at least how it works for normal interfaces. David
It works now. Thanks.