- (wxChar *)
- moduleName.wx_str(),// application name
- (wxChar *)
- arguments.wx_str(), // arguments
+ moduleName.t_str(), // application name
+ wxMSW_CONV_LPTSTR(arguments), // arguments
#endif
NULL, // security attributes: defaults for both
NULL, // the process and its main thread
#endif
NULL, // security attributes: defaults for both
NULL, // the process and its main thread
dwFlags, // process creation flags
envBuffer.data(), // environment (may be NULL which is fine)
useCwd // initial working directory
dwFlags, // process creation flags
envBuffer.data(), // environment (may be NULL which is fine)
useCwd // initial working directory
: NULL, // (or use the same)
&si, // startup info (unused here)
&pi // process info
: NULL, // (or use the same)
&si, // startup info (unused here)
&pi // process info