Hi Jason > Now, since CreateInstance() on a smart pointer doesn't give me a choice of > CLSCTX_ constant, that isn't my problem; I traced into the code and it uses > CLSCTX_ALL as it happens. > > The problem, I see from tracing the code, is when it tries to call > CoCreateInstance() asking for IUnkown - then it returns this code and bombs > out.
I can't find CLSCTX_ALL in MSDN. Have you tried calling CoCreateInstance directly using CLSCTX_LOCAL_SERVER to see if that works? Regards Paul Paul Grenyer Email: [EMAIL PROTECTED] Web: http://www.paulgrenyer.co.uk Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn?
