redirect output of wxExecute?

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
El_isra
Experienced Solver
Experienced Solver
Posts: 50
Joined: Tue Apr 13, 2021 1:10 am
Location: Buenos Aires, Argentina
Contact:

redirect output of wxExecute?

Post by El_isra »

hi.
i'm making a GUI for a command line program
the program is capable of installing ps2 games into a PFS HardDrive.
the thing is, that during the installation procedure the program writes into the screen the progress and write speed (it uses \r to keep it in 1 line ).
i was wondering what is the best way to redirect that information into a progressdialog or a wxTextctrl...
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: redirect output of wxExecute?

Post by doublemax »

Use the source, Luke!
Post Reply