Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT OLE WIN 32 PACKAGE
SWT OLE WIN 32 PACKAGE [message #450421] Fri, 11 February 2005 16:22 Go to next message
David is currently offline DavidFriend
Messages: 47
Registered: July 2009
Member
I would like to know where I can obtain the org.eclipse.swt.ole.win32
package used to work with COM objects. I expected to find it in the
\eclipse3.0.1\plugins directory on my local machine, but didn't. Is there
a particular plug-in I must download or import, if so, where should I look?
Re: SWT OLE WIN 32 PACKAGE [message #450422 is a reply to message #450421] Fri, 11 February 2005 16:31 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
All OLE support is in the org.eclipse.swt plugin.

See:

http://www.eclipse.org/articles/Article-ActiveX%20Support%20 in%20SWT/ActiveX%20Support%20in%20SWT.html

"David" <dgmst11@pitt.edu> wrote in message
news:cuim3r$8ch$1@www.eclipse.org...
>I would like to know where I can obtain the org.eclipse.swt.ole.win32
>package used to work with COM objects. I expected to find it in the
>\eclipse3.0.1\plugins directory on my local machine, but didn't. Is there
>a particular plug-in I must download or import, if so, where should I look?
>
Re: SWT OLE WIN 32 PACKAGE [message #450521 is a reply to message #450422] Mon, 14 February 2005 22:11 Go to previous messageGo to next message
Genady Beryozkin is currently offline Genady BeryozkinFriend
Messages: 410
Registered: July 2009
Senior Member
Can I use this API to access just any windows COM api? For example, can
I use "headless" components?

Genady

Veronika Irvine wrote:

>All OLE support is in the org.eclipse.swt plugin.
>
>See:
>
> http://www.eclipse.org/articles/Article-ActiveX%20Support%20 in%20SWT/ActiveX%20Support%20in%20SWT.html
>
>"David" <dgmst11@pitt.edu> wrote in message
>news:cuim3r$8ch$1@www.eclipse.org...
>
>
>>I would like to know where I can obtain the org.eclipse.swt.ole.win32
>>package used to work with COM objects. I expected to find it in the
>>\eclipse3.0.1\plugins directory on my local machine, but didn't. Is there
>>a particular plug-in I must download or import, if so, where should I look?
>>
>>
>>
>
>
>
>
Re: SWT OLE WIN 32 PACKAGE [message #450579 is a reply to message #450521] Tue, 15 February 2005 16:10 Go to previous messageGo to next message
Kalman Hazins is currently offline Kalman HazinsFriend
Messages: 76
Registered: July 2009
Member
what are headless components? I've used this OLE stuff to access Word and
Outlook - it actually works ... Maybe I can help you out ...

"Genady" <eclipse@genady.org> wrote in message
news:cur7mc$ijj$1@www.eclipse.org...
> Can I use this API to access just any windows COM api? For example, can
> I use "headless" components?
>
> Genady
>
> Veronika Irvine wrote:
>
> >All OLE support is in the org.eclipse.swt plugin.
> >
> >See:
> >
>
> http://www.eclipse.org/articles/Article-ActiveX%20Support%20 in%20SWT/Active
X%20Support%20in%20SWT.html
> >
> >"David" <dgmst11@pitt.edu> wrote in message
> >news:cuim3r$8ch$1@www.eclipse.org...
> >
> >
> >>I would like to know where I can obtain the org.eclipse.swt.ole.win32
> >>package used to work with COM objects. I expected to find it in the
> >>\eclipse3.0.1\plugins directory on my local machine, but didn't. Is
there
> >>a particular plug-in I must download or import, if so, where should I
look?
> >>
> >>
> >>
> >
> >
> >
> >
Re: SWT OLE WIN 32 PACKAGE [message #450590 is a reply to message #450579] Tue, 15 February 2005 19:10 Go to previous messageGo to next message
Genady Beryozkin is currently offline Genady BeryozkinFriend
Messages: 410
Registered: July 2009
Senior Member
Hi Kalman,

I want to access the Active Directory (ADSI) interface.
MSDN says it has a COM interface, but I have no idea how to access it in
Eclipse
(RCP App) without using JNI.

Thanks for any help,
Genady

Genady Beryozkin
http://www.genady.net/



Kalman wrote:

>what are headless components? I've used this OLE stuff to access Word and
>Outlook - it actually works ... Maybe I can help you out ...
>
>"Genady" <eclipse@genady.org> wrote in message
>news:cur7mc$ijj$1@www.eclipse.org...
>
>
>>Can I use this API to access just any windows COM api? For example, can
>>I use "headless" components?
>>
>>Genady
>>
>>Veronika Irvine wrote:
>>
>>
>>
>>>All OLE support is in the org.eclipse.swt plugin.
>>>
>>>See:
>>>
>>>
>>>
>> http://www.eclipse.org/articles/Article-ActiveX%20Support%20 in%20SWT/Active
>>
>>
>X%20Support%20in%20SWT.html
>
>
>>>"David" <dgmst11@pitt.edu> wrote in message
>>>news:cuim3r$8ch$1@www.eclipse.org...
>>>
>>>
>>>
>>>
>>>>I would like to know where I can obtain the org.eclipse.swt.ole.win32
>>>>package used to work with COM objects. I expected to find it in the
>>>>\eclipse3.0.1\plugins directory on my local machine, but didn't. Is
>>>>
>>>>
>there
>
>
>>>>a particular plug-in I must download or import, if so, where should I
>>>>
>>>>
>look?
>
>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>>
>
>
>
>
Re: SWT OLE WIN 32 PACKAGE [message #450636 is a reply to message #450590] Wed, 16 February 2005 11:54 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
The support provided by SWT is for ActiveX controls with a GUI and OLE
Documents. We do not provide access to the wide variety of creation
mechanisms that exist for general COM objects.

"Genady" <eclipse@genady.org> wrote in message
news:cuthf0$hs6$1@www.eclipse.org...
> Hi Kalman,
>
> I want to access the Active Directory (ADSI) interface.
> MSDN says it has a COM interface, but I have no idea how to access it in
> Eclipse
> (RCP App) without using JNI.
>
> Thanks for any help,
> Genady
>
> Genady Beryozkin
> http://www.genady.net/
>
>
>
> Kalman wrote:
>
>>what are headless components? I've used this OLE stuff to access Word and
>>Outlook - it actually works ... Maybe I can help you out ...
>>
>>"Genady" <eclipse@genady.org> wrote in message
>>news:cur7mc$ijj$1@www.eclipse.org...
>>
>>>Can I use this API to access just any windows COM api? For example, can
>>>I use "headless" components?
>>>
>>>Genady
>>>
>>>Veronika Irvine wrote:
>>>
>>>
>>>>All OLE support is in the org.eclipse.swt plugin.
>>>>
>>>>See:
>>>>
>>>>
>>> http://www.eclipse.org/articles/Article-ActiveX%20Support%20 in%20SWT/Active
>>>
>>X%20Support%20in%20SWT.html
>>
>>>>"David" <dgmst11@pitt.edu> wrote in message
>>>>news:cuim3r$8ch$1@www.eclipse.org...
>>>>
>>>>
>>>>
>>>>>I would like to know where I can obtain the org.eclipse.swt.ole.win32
>>>>>package used to work with COM objects. I expected to find it in the
>>>>>\eclipse3.0.1\plugins directory on my local machine, but didn't. Is
>>>>>
>>there
>>
>>>>>a particular plug-in I must download or import, if so, where should I
>>>>>
>>look?
>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>
>>
>>
Re: SWT OLE WIN 32 PACKAGE [message #451340 is a reply to message #450590] Sun, 27 February 2005 13:42 Go to previous message
Peter Smith is currently offline Peter SmithFriend
Messages: 1
Registered: July 2009
Junior Member
You might find the following useful:
http://sourceforge.net/projects/jcom


Genady wrote:
> Hi Kalman,
>
> I want to access the Active Directory (ADSI) interface.
> MSDN says it has a COM interface, but I have no idea how to access it in
> Eclipse
> (RCP App) without using JNI.
>
> Thanks for any help,
> Genady
>
> Genady Beryozkin
> http://www.genady.net/
>
>
>
> Kalman wrote:
>
>> what are headless components? I've used this OLE stuff to access Word and
>> Outlook - it actually works ... Maybe I can help you out ...
>>
>> "Genady" <eclipse@genady.org> wrote in message
>> news:cur7mc$ijj$1@www.eclipse.org...
>>
>>
>>> Can I use this API to access just any windows COM api? For example, can
>>> I use "headless" components?
>>>
>>> Genady
>>>
>>> Veronika Irvine wrote:
>>>
>>>
>>>
>>>> All OLE support is in the org.eclipse.swt plugin.
>>>>
>>>> See:
>>>>
>>>>
>>>
>>> http://www.eclipse.org/articles/Article-ActiveX%20Support%20 in%20SWT/Active
>>>
>>>
>>
>> X%20Support%20in%20SWT.html
>>
>>
>>>> "David" <dgmst11@pitt.edu> wrote in message
>>>> news:cuim3r$8ch$1@www.eclipse.org...
>>>>
>>>>
>>>>
>>>>
>>>>> I would like to know where I can obtain the org.eclipse.swt.ole.win32
>>>>> package used to work with COM objects. I expected to find it in the
>>>>> \eclipse3.0.1\plugins directory on my local machine, but didn't. Is
>>>>>
>>
>> there
>>
>>
>>>>> a particular plug-in I must download or import, if so, where should I
>>>>>
>>
>> look?
>>
>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>
>>
>>
>>
>>
>>
Previous Topic:Widget disposed error when opening a Window
Next Topic:UI automatic test tool
Goto Forum:
  


Current Time: Thu Mar 28 08:18:49 GMT 2024

Powered by FUDForum. Page generated in 0.03291 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top