Re: KERNEL: PeekNamedPipe must check for zero-length buffer as well as for NULL buffer

2005-03-22 Thread Jakob Eriksson
Alex VillaciĀ­s Lasso wrote: Changelog: * PeekNamedPipe now checks both for a NULL buffer and a zero-length buffer before trying to recv() from the pipe Could you write a regression test? regards, Jakob

Re: PeekNamedPipe

2003-09-15 Thread Eric Pouech
Marcelo Bezerra wrote: Hello, I've been trying to run Valve's Steam under winex and has not achieved success. Aparently it depends on PeekNamedPipe, wich is only a stub and is a kernel32 function, so no native dll would help. in most recent Wine, PeekNamedPipe is implemented with ioct

Re: PeekNamedPipe

2003-09-15 Thread Mike McCormack
Hi Marcelo, WineX is not Wine. If you want help from people on this list with Wine, use Wine. If you want help with WineX, ask Transgaming. You'll probably find that PeekNamedPipe works alot better in Wine. Mike Marcelo Bezerra wrote: Hello, I've been trying to run Valve's St

Re: PeekNamedPipe

2003-09-14 Thread Marcus Meissner
On Mon, Sep 15, 2003 at 01:47:30AM -0300, Marcelo Bezerra wrote: > Hello, > I've been trying to run Valve's Steam under winex and has not achieved > success. > > Aparently it depends on PeekNamedPipe, wich is only a stub and is a > kernel32 function, so no native dll

PeekNamedPipe

2003-09-14 Thread Marcelo Bezerra
Hello, I've been trying to run Valve's Steam under winex and has not achieved success. Aparently it depends on PeekNamedPipe, wich is only a stub and is a kernel32 function, so no native dll would help. I would like some help in implementing this function, google sugested using rec