Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Active X and SWT - Failed to create Ole Client error.


"Class not registered" refers to the COM class that your Active X requires. There can be several reasons for this:
        - low memory
        - missing dll
        - dll not registered properly
        - invalid permission on dll

There's currently a bug report for Windows Media Player 11 not working with SWT. We're not sure why it stopped working.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=173556

Duong



"Pranay Pramod" <pranay.pramod@xxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

08/14/2007 04:35 PM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[platform-swt-dev] Active X and SWT - Failed to create Ole Client        error.





Hello Everyone,

I had automated a software using its OLE automation Interface support for OLE clients.
I used Active X support provided in SWT.

Now we are upgrading to a newer version of the software and  facing problem automating it.

When I replace the older version program_id with the newer version:

OleControlSite controlSite = new OleControlSite(frame, SWT.NONE,SOFTWAREXYZ_NEW_PROGID);

I get this excption thrown -
org.eclipse.swt.SWTException : Failed to create Ole Client. result = -2147221164

   which actaully means error- (80040154)    Class not registered

Now what can I conclude out of this?
Why is the class not registered? which class actually is being talked about?


Any help would be appreciated!

Thanks
Pranay
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top