-long wxExecute(const wxString& command, int sync = wxEXEC_ASYNC,
- wxProcess* callback = NULL);
-wxPerl note: long wxExecute(char** argv,
- int flags = wxEXEC_ASYNC,
- wxProcess* callback = NULL);
-wxPerl note: long wxExecute(const wxString& command,
- wxArrayString& output,
- int flags = 0);
-wxPerl note: long wxExecute(const wxString& command,
- wxArrayString& output,
- wxArrayString& errors,
- int flags = 0);
+long wxExecute(const wxString& command,
+ int sync = wxEXEC_ASYNC,
+ wxProcess* callback = NULL);
+long wxExecute(char** argv,
+ int flags = wxEXEC_ASYNC,
+ wxProcess* callback = NULL);
+long wxExecute(wchar_t** argv,
+ int flags = wxEXEC_ASYNC,
+ wxProcess* callback = NULL);
+long wxExecute(const wxString& command,
+ wxArrayString& output,
+ int flags = 0);
+long wxExecute(const wxString& command,
+ wxArrayString& output,
+ wxArrayString& errors,
+ int flags = 0);