Displaying 2 results from an estimated 2 matches for "_spawnve".
Did you mean:
_spawnvp
2005 Aug 31
0
Problems running Lotus Notes under wine_20050725
Hi,
I just compiled wine_20050725 under FreeBSD 5.3 and I can not run Lotus
Notes. I recieve the error:
fixme:cdrom:CDROM_GetInterfaceInfo not implemented for BSD
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
available
fixme:msvcrt:_spawnve :not translating name /usr/local/bin/wine to locate
program
wine: cannot find 'C:\Program'
It worked in the previous version 20050419.
Can someone help me? Thnaks.
Habi
2008 Jan 11
0
Wine release 0.9.53
...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: Correct search strategy for the exec/spawn functions.
Jacek Caban (42):
urlmon: Move setting protocol_sink to separated function...