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.
Share
I have no experiences with that but it may could be done using the OLE support in Eclipse. See here for a description how to embed OLE objects in SWT.