Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] how to use COM component with SWT?

Hi, guys:

I have been successful using ActiveX controls with SWT in some projects.

now I try to use COM component with SWT, but it does NOT work.

something like these below:
Exception in thread "main" org.eclipse.swt.SWTException: Failed to
create Ole Client. result = -2147467262
    at org.eclipse.swt.ole.win32.OLE.
error(Unknown Source)
    at org.eclipse.swt.ole.win32.OleControlSite.<init>(Unknown Source)

any one can help me?


Back to the top