Hi,
On Sun, Jun 19, 2005 at 04:38:25PM -0500, Robert Shearman wrote:
This is fixed by patch OLE #81a (Part 1) if it gets committed. It will then output: err:ole:CoGetClassObject class {a65b8071-3bfe-4213-9a5b-491da4461ca7} not registered
Wow, that was FAST! (hmm, or was your patch before my mail? don't remember)
It's only a semi-fix, though, since IMHO it should output something like: err:ole:CoGetClassObject class {a65b8071-3bfe-4213-9a5b-491da4461ca7} not registered - try running regsvr32 on the container DLL of this CLSID value!
which: - mentions regsvr32 - mentions that an unregistered DLL is involved
And thus is an actually useful error message (to clueless endusers, that is).
Andreas Mohr