Connecting Tech Pros Worldwide Help | Site Map

Eclipse Plugin

  #1  
Old December 2nd, 2005, 07:15 AM
Anshul
Guest
 
Posts: n/a
Hi,
I have a complex MFC application. The GUI and processing logic are
separated in different dlls.
I want to make available this application of mine as a plugin to
eclipse.
Thus my application would be used by user across platforms.
So my questions are
1) Can i make a plugin in C++ for eclipse. (all plugin i have seen are
..jar files)
1) How to convert GUI part of my application (which uses MFC& Win32
API) to a plugin form that can be attached to eclipse.
2) Which compiler to use for C++ / GUI framework , so that my code is
platform independent. Suggest some good open source C++ GUI framework
and compiler.

-Thanks
anshul

  #2  
Old December 2nd, 2005, 01:15 PM
mlimber
Guest
 
Posts: n/a

re: Eclipse Plugin


Anshul wrote:[color=blue]
> Hi,
> I have a complex MFC application. The GUI and processing logic are
> separated in different dlls.
> I want to make available this application of mine as a plugin to
> eclipse.
> Thus my application would be used by user across platforms.
> So my questions are
> 1) Can i make a plugin in C++ for eclipse. (all plugin i have seen are
> .jar files)
> 1) How to convert GUI part of my application (which uses MFC& Win32
> API) to a plugin form that can be attached to eclipse.
> 2) Which compiler to use for C++ / GUI framework , so that my code is
> platform independent. Suggest some good open source C++ GUI framework
> and compiler.
>
> -Thanks
> anshul[/color]

Both of your question #1s are off-topic here and should be posted in
another newsgroup.. See the FAQ:

http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

#2 is also technically off-topic, but you might get an answer here such
as "Try wxWidgets".

Cheers! --M

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
open Dialog in Eclipse Plugin ssaraceni answers 1 October 15th, 2008 06:46 PM
eclipse plugin for javascript ed answers 3 July 7th, 2007 08:35 AM
Cannot load driver while using jdbc in eclipse plugin nehagp answers 1 May 23rd, 2007 02:57 AM
update eclipse plugin, work in progress? Raaijmakers, Vincent (IndSys, GE Interlogix) answers 1 July 18th, 2005 02:12 AM