search for: _spawnl

Displaying 3 results from an estimated 3 matches for "_spawnl".

Did you mean: spawnl
1998 Sep 22
0
strange _spawnl() and system() behavior with VC++ Pro 5.0
I'm having a problem using _spawnl and system to run processes on a network drive. If my program runs something like system("unzip -l testfile.zip"), unzip actually looks for testfile.zip in the root of the drive rather than the current directory, although the current directory as returned by _getcwd() and GetCurrentDirec...
2011 Sep 16
3
make: *** [dlls/msvcrt/tests] Error 2
...on-after-statement -Wstrict-prototypes -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -g -O2 -fno-builtin -o data.o data.c /usr/ccs/bin/as: "<stdin>": error: symbol "_open" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_spawnlp" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_spawnle" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_spawnl" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol &quot...
2008 Jan 11
0
Wine release 0.9.53
...inam Dutch and Belgian Dutch translations of language group names. tools/wine.desktop: Add Dutch translation. msvcrt: Implement _wsystem and forward system to it. Respect COMSPEC environment variable. msvcrt: Implement _wpopen and forward _popen to it. msvcrt: Rewrite _execl/_spawnl functions as wrappers around wide character implementations. msvcrt: Implement _execl{e, pe}. msvcrt: Rewrite _spawnve as a wrapper. msvcrt: Implement _wexecl{, e, p, pe}. msvcrt: Implement _wspawnl{, e, p, pe}. msvcrt: Implement _wexecv{, e, p, pe}. msvcrt: Corr...