search for: _p_nowait

Displaying 2 results from an estimated 2 matches for "_p_nowait".

2008 Jul 30
4
launch linux script from windows application
...that works ok when I launch it through the command line, but when I launch it inside my windows app doesn't work. In order to launch it from my windows application I use the _spawnlp function. The return status is -1. There is the code: Code: char str_aux[MAX_PATH+1]; int result = _spawnlp(_P_NOWAIT, "/home/dims/strjava","/home/dims/strjava", str_aux, NULL ); In str_aux I send the parameters that the linux script needs. The script strjava is 'chmod a+x'. In order to find out if the script is launched, the first thing that it does is echo the parameters to a file...
2011 Dec 02
0
Wine release 1.3.34
...netapi32: Wait for and reap smbpasswd child process. secur32: Reap child process to avoid leaving a zombie. libwine: Reap child process to avoid leaving a zombie. libport: For spawnvp(_P_DETACH, ...), double-fork to avoid creating zombies. explorer: Use _P_DETACH instead of _P_NOWAIT with spawnvp() to avoid zombies. winemenubuilder: Use _P_DETACH instead of _P_NOWAIT with spawnvp() to avoid zombies. Luca Bennati (3): po: Update Italian translation. po: Update Italian translation. po: Update Italian translation. Marcus Meissner (5): winhttp: Added...