[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Accessing Active X Control

Hello,

I am trying to use an Active X control from a plugin to Eclipse.  The
project I am working on also uses Jintegra, a Java/COM bridge from
Intrinsyc, to interface between Java and COM components.  Jintegra seems
to be interfering with the ActiveX Support in SWT.  

When I try to invoke any operation on the Active X Control, I get a null
return.  I believe this is because of Jintegra.  To make the call work, I
need to get the address from the IDispatch object that is in the
OleAutomation class. Since the OleAutomation.getAddress() method has
package level access, I cannot invoke it from my class.

Has anyone run into similar problems using Jintegra and SWT? 

Is there a way to get the information I need?

Thanks,
Martha