Strange fallout changing modules

2012-08-11 Thread Sean Cavanaugh
While working on project using COM I noticed that the win32 bindings project declares its own version of IUnknown and all the classes in the project derive from this. So I set out to see the feasibility of modifying the win32 module to use std.c.windows.com.IUnknown. This was a bit of work

Re: Strange fallout changing modules

2012-08-11 Thread Sean Cavanaugh
On 8/11/2012 1:50 AM, Sean Cavanaugh wrote: While working on project using COM I noticed that the win32 bindings project declares its own version of IUnknown and all the classes in the project derive from this. So I set out to see the feasibility of modifying the win32 module to use