Soldato
I have a GUI based application and on the click of a button it needs to open another GUI based app - I only have a compile executable of the latter. The latter can maintain focus until it is closed.
Any ideas on how I do this. It needs to be cross-platform. I can do it crudely with "system" but that also opens a console/terminal which I don't want.
I'm coding in C++ using wxWidgets for the GUI.
Thanks
Any ideas on how I do this. It needs to be cross-platform. I can do it crudely with "system" but that also opens a console/terminal which I don't want.
I'm coding in C++ using wxWidgets for the GUI.
Thanks