Qt-jambi-interest Archive, September 2007
Problem with Qt-View
Message 1 in thread
Hello,
I have integrated QTJambi opensource in Eclipse. I can create Qt-Projects
but if I want to open the Qt-View there is the following error:
Error creating the view.
Failed to create Ole Client. result = -2147221164
Can someone help me?
Message 2 in thread
Hi!
UmbalaJumba@xxxxxxx wrote:
> I have integrated QTJambi opensource in Eclipse. I can create
> Qt-Projects but if I want to open the Qt-View there is the following
> error:
>
> Error creating the view.
> Failed to create Ole Client. result = -2147221164
Unfortunately there is a bug in the Windows open source package for the
Eclipse integration, which you seem to be . In order to make it work,
you need to edit the register_eclipse_integration.bat file.
The .bat file currently reads as follows:
@regsvr32 /s
plugins\com.trolltech.qtdesigner.win32.x86_1.0.1\qtdesigner.dll
Change it to read as follows instead:
@regsvr32 plugins\com.trolltech.qtdesigner.win32._1.0.1\qtdesigner.dll
This is due to a bug in the packaging. The change will also make the
.bat file report whether it's successful in registering the dll. I hope
this will fix your problem.
-- Eskil