Bug 120396 - [OLE][API] Have more methods of OleAutomation and OleEventSink public
Summary: [OLE][API] Have more methods of OleAutomation and OleEventSink public
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: api, triaged
Depends on:
Blocks:
 
Reported: 2005-12-12 11:57 EST by Dobrin Alexiev CLA
Modified: 2017-07-12 05:16 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dobrin Alexiev CLA 2005-12-12 11:57:16 EST
Can we have more public methods in OleAutomation and OleEventSink?

We are currently implementing a C/C++ debugger by wrapping our back end that is a COM server to the CDI interface defined by CDT. 

The two classes OleAutomation and OleEventSink are doing great job of letting us talk to COM servers and listen on their events but I had to modify the visibility of their methods to get full use of them. 

As a minimum can we have the constructor OleAutomation(IDispatch idispatch) public? 
Also, can he have the class OleEventSink and most of its most public as well?
If that is not possible can you explain the reason or let us about a workaround for this.
Comment 1 Felipe Heidrich CLA 2009-08-13 09:56:50 EDT
Your bug has been moved to triage, visit http://www.eclipse.org/swt/triage.php for more info.

Note: see bug 68194, you can create an OleAutomation passing a progId string.