Re: CoCreateInstance failure
License is irrelevant here. Your active x component cannot be loaded and that probably makes it less of a Qt problem. Does the control by the name of "{00020906-0000-0000-C000-000000000046}" exist?
Re: CoCreateInstance failure
Quote:
"{00020906-0000-0000-C000-000000000046}"
This UUID doesn't look as a valid UUID.
Re: CoCreateInstance failure
Quote:
Originally Posted by
franz
License is irrelevant here. Your active x component cannot be loaded and that probably makes it less of a Qt problem. Does the control by the name of "{00020906-0000-0000-C000-000000000046}" exist?
Yeah,I think it exsits.I find the UUID by the visual stido ole view.exe.And when I compile the program .It could run normally at first.After I recompile the project.It came the error.
Re: CoCreateInstance failure
That is the UUID for Microsoft Word.
Have you tried using QAxObject instead?
Also, have a look here: http://support.microsoft.com/kb/828550
Re: CoCreateInstance failure
Is there a way in Qt to catch this error and notify the user?
Re: CoCreateInstance failure
Exactly which error, generated by what?
You can check QAxBase::isNull()