file descriptor problems

2001-03-02 Thread Rein Klazes
Hi, With today's CVS I get problems with the Agent newsreader after 0.5 to 1 hour of use. Sometimes I get this: wine client error:0x8063890: no fd received for handle 264 and the wine service tread has exited. In other cases the program shows a message box showing: cannor write filename.

Re: Wine Press

2001-03-02 Thread Francois Gouget
On Fri, 2 Mar 2001, Eric Pouech wrote: http://linux.cnet.com/linux/0-2136864-7-4961586.html I like this one: (Okay, the glasses are really champagne flutes, but we won't quibble. After all, it's a work in progress.) Looks like one of wine-dev's favorite subject :-) -- Francois

Re: ListView fix

2001-03-02 Thread François Gouget
Ok, so now that I've got the patch out, there's a weird problem that I've been having with this piece of code. Apply the following on top of my previous patch and you'll get the weirdest traces: --- cut here --- Index: dlls/comctl32/listview.c

Re: ListView fix

2001-03-02 Thread Eric Pouech
for (i = nFirst; i = nLast; i++); ^ | +- !!! { +TRACE("i=%d\n",i); LISTVIEW_SetItemState(hwnd,i,item); } A+ -- --- Eric Pouech