Hello to all,
I have a console executable file that I run from DOS console passing some options
and an input file. I'd like to give to this exe file a GUI.
I'd like that the GUI was a new exe file that could contain inside my console exe file
and run the console exe from the GUI, having the console exe file inside of the GUI file.
Is possible to do this with C++?
Please suggestions.
Thanks in advance.
Regards