According official manuals, i tested this code:
wxProcess * proc = wxProcess::Open("C:\\windows\\notepad.exe");
but this code doesn’t work properly, i see working notepad process in System Manager, but there is no notepad windows and etc. Also if i start console application – no text neither in new console window nor in mine.
How to fix that?
Thanks!
If you need neither IO redirection nor process termination notification, the simplest way to launch a process is to use wxExecute with
wxEXEC_ASYNCflag.