URL: https://linuxfr.org/forums/programmationautre/posts/using-wxprocess-wxwindows Title: using wxProcess (wxwindows) Authors: roxy Date: 2006年08月07日T11:56:56+02:00 Tags: Score: 0 Hello, i have some problems to do a system call from wxwidgets. in fact i need to start a media player from a wxwindows application, and then pass the name of the files to play. i am trying to pass the names of the files by using the wxOutputStream of the wxProcess class (GetOutputStream()) but it is not working. it compiles but does not execute the commands . does someone have any idea to solve my problem?