Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] COM

Eclipse SWT provides the ability to embed ActiveX controls and Ole 
Documents.  There is currently no generic COM support.  It is possible to 
create COM objects but the underlying natives you would require have not 
been wrapped in JNI and presented in a Java format.

Take a look at :

Source code in CVS:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt/Eclipse%20SWT%20OLE%20Win32/win32/org/eclipse/swt/internal/ole/win32/?hideattic=0#dirlist
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt/Eclipse%20SWT%20OLE%20Win32/win32/org/eclipse/swt/ole/win32/?hideattic=0#dirlist

Javadoc for ActiveX API:
http://download.eclipse.org/downloads/documentation/2.0/html/plugins/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/ole/win32/package-summary.html





"Christian Eugster" <christian.eugster@xxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
02/14/2003 04:52 AM
Please respond to platform-swt-dev

 
        To:     <platform-swt-dev@xxxxxxxxxxx>
        cc: 
        Subject:        [platform-swt-dev] COM


maybe i am on the wrong mailing list, but i don't know a better one :)

does anybody know if eclipse provides opportunities to work with 
microsoft's
com objects? i have to communicate to a visual foxpro application that
provides com servers. how i can use such com servers? thank you for
answering!

christian

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





Back to the top