I make a call to CoGetClassObject which COM then makes a call to DllGetClassObject... DllGetClassObject picks it up Queries and is happy to seat ppvObj with an IClassFactory interface pointer and then return S_OK. So why is CoGetClassObject returning E_FAIL? This is my very first attempt at creating a COM object. I have my proxy server, the implementing server and everything is registered ... I'm pretty sure that if any necessary component wasn't registered I would get an error. I am not using ATL!
Thank you, PrettyFlower