Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Integrating VC++ in a SWT application(Integrating VC++ in a SWT application)
Integrating VC++ in a SWT application [message #968189] Fri, 02 November 2012 09:11 Go to next message
Ankit Agarwal is currently offline Ankit AgarwalFriend
Messages: 35
Registered: March 2012
Member
I have an eclipse application that creates some file and then calls upon a second external application developed in VC++ with that file as input. Is there any way by which i can integrate the VC++ application into my eclipse application without much coding (I do not want to migrate the VC++ application to Eclipse Application) may be adding a view or editor in my eclipse application.
Re: Integrating VC++ in a SWT application [message #978117 is a reply to message #968189] Fri, 09 November 2012 21:18 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Hi,

If you're asking about getting your external app to show within an SWT
control then the only way is if your app is written as an OLE control.
There are examples of SWT embedding OLE controls from MS (
http://www.eclipse.org/swt/snippets/#ole ). However if your app is not
already written to be an OLE control then this won't help you.

The only other suggestion you can try is a less-integrated approach,
where you implement a normal view/editor in Eclipse, which communicates
with your external app by some means like a socket. I don't know if
this makes sense in your case since you didn't specify what your
external app is doing.

HTH,
Grant


On 11/2/2012 5:11 AM, Ankit Agarwal wrote:
> I have an eclipse application that creates some file and then calls upon
> a second external application developed in VC++ with that file as input.
> Is there any way by which i can integrate the VC++ application into my
> eclipse application without much coding (I do not want to migrate the
> VC++ application to Eclipse Application) may be adding a view or editor
> in my eclipse application.
Previous Topic:Activating scrollbars for comboboxes inside the WebKit-Plugin
Next Topic:Build SWT JNI libraries for Windows
Goto Forum:
  


Current Time: Thu Apr 25 08:12:07 GMT 2024

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

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

Back to the top