Hi, I'd like to add a COM interface to primarily non-COM application. The idea is that I will load a plug in .dll into my application that will implement a COM interface and will register COM class using CoRegisterClassObject(). Is it doable like this or is there a better way? -- VH