Hi I am looking at some help in writing a GUI application for an existing console application (c/c++). The console application is an interactive application and what I want from the GUI is the managability of the console application like inputing the console commands/checking whether the console application is running or not etc. Can anyone please tell which language to use and where to start.
Thanks seshu
2. Re: GUI application for existing console app
#3016
Posted by: 2003-11-28 20:02:40
You want the applications to be seperate?
else create a new project, build a GUI, import the other applications sources to the project, make the GUI event handlers call the applications funtions (and replace the output of the application with calls for GUI methods)