Code: Select all
wxArrayString output;
wxExecute(command, output);
Code: Select all
something >output
The output data is decoded photography in uncompressed format and it's about 60 megabytes.
It works correctly with:
Code: Select all
system("something >output")
how to achieve it with wxExecute correctly?