Re: wine-20041201 unhappy with Tivo software

2005-03-09 Thread Dan Kegel
Brian Vincent wrote: OK, I should try this with wine from cvs, since there have been some MSI fixes posted since three months ago, but with winev20041201, trying to install http://www.tivo.com/desktop/TiVoDesktop2-0.exe crashes, oh, exactly like OpenOffice did in January ( http://www.winehq.org/hyp

Re: server/protocol.def documentation

2005-03-09 Thread Mike McCormack
James Hawkins wrote: I guess it's not so much that I can't understand it when I read through the code and read the comments, but that we should document this so whoever needs to work with the server next won't have to take time to read through the necessary files to understand it. It's not comment

Re: wininet HTTP_HttpSendRequestW problem -- with correct attachment

2005-03-09 Thread Robert Shearman
Joris Huizer wrote: No, that one didn't help (attached a new log of a crash after applying this patch, with traces) I've just sent a patch to wine-patches that fixes the issue with the Java installer. Rob

Re: wine-20041201 unhappy with Tivo software

2005-03-09 Thread Brian Vincent
On Wed, 09 Mar 2005 18:52:54 -0800, Dan Kegel <[EMAIL PROTECTED]> wrote: > OK, I should try this with wine from cvs, since > there have been some MSI fixes posted since three > months ago, but with winev20041201, > trying to install http://www.tivo.com/desktop/TiVoDesktop2-0.exe > crashes, oh, exac

wine-20041201 unhappy with Tivo software

2005-03-09 Thread Dan Kegel
OK, I should try this with wine from cvs, since there have been some MSI fixes posted since three months ago, but with winev20041201, trying to install http://www.tivo.com/desktop/TiVoDesktop2-0.exe crashes, oh, exactly like OpenOffice did in January ( http://www.winehq.org/hypermail/wine-devel/200

Re: server/protocol.def documentation

2005-03-09 Thread Juan Lang
Hi James, > ie why we use do...while(0) loops in SERVER_START_REQ This is a fairly common idiom in C macros. See here for an explanation: http://www.everything2.com/index.pl?node_id=1180050 Because it's a common trick, I'm not sure it's worth explaining. Describing at a high level what SERVER_

Addition to winsock conformance test - select() server

2005-03-09 Thread Thomas Kho
Hi, We're working to add conformance tests to winsock, and we've currently added a test server that uses select(). Before we post to wine-patches, we'd appreciate any critiques/input. We ran gcov to see how much of dlls/winsock/socket.c we tested, and found: Before: 37.14% of 1839 lines execute

Re: Discussion on Bug tracking database

2005-03-09 Thread Tony Lambregts
[EMAIL PROTECTED] wrote: Ann and Jason Edmeades wrote: I'd like to completely clarify that : - If _easily_ recreatable then a comment can be put in to keep it active by the person looking at it, but otherwise anything which is inactive for 2 months when the action was with the raiser can be closed

Re: Problem compiling curret CVS

2005-03-09 Thread Tony Lambregts
Oliver Stieber wrote: I had this earlier but I've just done a cvs update and everything seems ok again. Yes, it is. Problem caused by this patch. http://www.winehq.org/hypermail/wine-cvs/2005/03/0162.html Fixed by this patch. http://www.winehq.org/hypermail/wine-cvs/2005/03/0166.html -- Tony Lambre

Re: Problem compiling curret CVS

2005-03-09 Thread Oliver Stieber
I had this earlier but I've just done a cvs update and everything seems ok again. --- Tony Lambregts <[EMAIL PROTECTED]> wrote: > after bringing my tree up to date > > cvs update -PAd > ./configure > make depend && make > > I get the following error: > > make[2]: Entering directory > `/home/tla

Re: Ptrace problem on amd64? (Was: Re: Warcraft III can't find cdrom)

2005-03-09 Thread Jesse Allen
On Mon, 7 Mar 2005 18:28:36 -0700, Jesse Allen <[EMAIL PROTECTED]> wrote: > > Well, even if cedega works, it doesn't help us. I'm sure their copy > protection support is completely different. When copy protection > broke on x86 and wine, the cedega side was completely quiet on it. Well, I've l

Re: [HELP] Quartz and FFMpeg question

2005-03-09 Thread Joerg Mayer
On Wed, Mar 09, 2005 at 06:33:44PM +0100, Christian Costa wrote: > > IIRC this third-party repository contains both the libavcodec package > > and the mplayer package so I suspect the two are very closely tied > > together. > > > > Yup. CVS repository are also hosted on the same site, the mplay

Re: Make running tests on a visible desktop a mandatory requirement

2005-03-09 Thread Paul Vriens
On Tue, 2005-03-08 at 17:03, Dmitry Timoshkov wrote: > Hello, > > it appears that new test for a visible desktop works fine, time to make > running tests on a visible desktop a mandatory requirement. > > Changelog: > Dmitry Timoshkov <[EMAIL PROTECTED]> > Make running tests on a visible d

Wine & Valgrind 2.2.0

2005-03-09 Thread Robert Shearman
Hi all, I notice there has been interest from developers wanting to run valgrind with wine. I have been doing this successfully with the attached patch applied. Note that there are some false positives from the thread start routines caused by a bug in valgrind. Apparantly this is fixed in the l

Re: wininet HTTP_HttpSendRequestW problem -- with correct attachment

2005-03-09 Thread Joris Huizer
Robert Shearman wrote: Joris Huizer wrote: Hello, Previous mail had the wrong file attached -- sorry for that I tried - as some sort experiment - to install java, but this fails; I decided to look into it and found some check in HTTP_HttpSendRequestW (wininet) is missing (patch attached to get the

Re: wininet HTTP_HttpSendRequestW problem -- with correct attachment

2005-03-09 Thread Joris Huizer
Robert Shearman wrote: Joris Huizer wrote: Hello, Previous mail had the wrong file attached -- sorry for that I tried - as some sort experiment - to install java, but this fails; I decided to look into it and found some check in HTTP_HttpSendRequestW (wininet) is missing (patch attached to get the

Re: server/protocol.def documentation

2005-03-09 Thread James Hawkins
On Wed, 09 Mar 2005 18:55:43 +, Mike Hearn <[EMAIL PROTECTED]> wrote: > There are no docs, AFAIK, but I found the file pretty self explanatory > when I read it. Which bits do you find confusing? Maybe we can document > only those parts. I guess it's not so much that I can't understand it when

Re: RESUBMIT: LB_GETTEXT mapper

2005-03-09 Thread Alexandre Julliard
Marcus Meissner <[EMAIL PROTECTED]> writes: > resubmit ... forgot to allocate space for \0 i suspect. > > Ciao, Marcus > > Changelog: > LB_GETTEXT, CB_GETLBTEXT mapper switched to dynamic allocation. > Added testcase. I don't think you want to send extra messages in the winproc code

Re: wininet HTTP_HttpSendRequestW problem -- with correct attachment

2005-03-09 Thread Robert Shearman
Joris Huizer wrote: Hello, Previous mail had the wrong file attached -- sorry for that I tried - as some sort experiment - to install java, but this fails; I decided to look into it and found some check in HTTP_HttpSendRequestW (wininet) is missing (patch attached to get the installer past that, pr

Re: server/protocol.def documentation

2005-03-09 Thread Mike Hearn
There are no docs, AFAIK, but I found the file pretty self explanatory when I read it. Which bits do you find confusing? Maybe we can document only those parts.

Re: [PATCH] MapiSendMail() implementation

2005-03-09 Thread Mike Hearn
On Tue, 08 Mar 2005 12:53:44 -0700, Matthew Mastracci wrote: > Mozilla's command-line API also lets you create rich messages as well > (attachments, to/from/subject, body). Perhaps a "wine-mapi" shell > script might be required until freedesktop comes up with a proper mail > sending spec? > >

Re: Re: [ddraw/dsurface/dib.c] Check for NULL

2005-03-09 Thread Paul Vriens
On Wed, 2005-03-09 at 19:42, Christian Costa wrote: > > PS: You can also do if ( src != NULL && ((IDirectDrawSurfaceImpl > *)src)->locked) in the second test. ;-) > I will send a new patch. The first one is already committed! And thanks for that PS. Cheers, Paul

Re: Wine in the press

2005-03-09 Thread Mike Hearn
>> temporary space of WWN only, it should also find its way onto the About page. >> Right? > > I have tommorow off from work, ill write a small Q/A to add to the FAQ > and send it here for review :-) About page? FAQ? No no, our no 1 competitor is saying we're the leading brand (washes whiter than

Re: Regression after ddraw surface locking patch

2005-03-09 Thread Paul Vriens
On Wed, 2005-03-09 at 18:42, Henning Gerhardt wrote: > Hello Paul, you wrote; > > >ZooTycoon 1 demo 'crashes' with: > > > >trace:ddraw:DIB_DirectDrawSurface_Blt > >(0x77e3b9e8)->((nil),(nil),(nil),01000400,0x80f510) > >trace:ddraw:DIB_DirectDrawSurface_Blt flags: DDBLT_COLORFILL DDBLT_WAIT > >F

Re: Re: [ddraw/dsurface/dib.c] Check for NULL

2005-03-09 Thread Christian Costa
> Message du 09/03/05 19:31 > De : "Paul Vriens" > A : "Christian Costa" > Copie à : "wine-devel@winehq.org" > Objet : Re: [ddraw/dsurface/dib.c] Check for NULL > > On Wed, 2005-03-09 at 19:01, Christian Costa wrote: > > > Message du 09/03/05 16:52 > > > De : "Paul Vriens" > > > A : "[EM

Re: [ddraw/dsurface/dib.c] Check for NULL

2005-03-09 Thread Paul Vriens
On Wed, 2005-03-09 at 19:01, Christian Costa wrote: > > Message du 09/03/05 16:52 > > De : "Paul Vriens" > > A : "[EMAIL PROTECTED]" > > Copie à : > > Objet : [ddraw/dsurface/dib.c] Check for NULL > > > > Hi, > > > > the recent 'ddraw lock' changes crash Zoo Tycoon 1 Demo. > > > > Changelog >

wineserver possible memory leak

2005-03-09 Thread James Hawkins
Hi, I ran valgrind on wineserver while running Ares Lite, and this is one of two memory leaks it caught: 34468 (14980 direct, 19488 indirect) bytes in 535 blocks are definitely lost in loss record 17 of 20 at 0x1B903575: malloc (vg_replace_malloc.c:130) by 0x8055FED: mem_alloc (object.c:73) by 0x

Problem compiling curret CVS

2005-03-09 Thread Tony Lambregts
after bringing my tree up to date cvs update -PAd ./configure make depend && make I get the following error: make[2]: Entering directory `/home/tlambregts/winecurrent/dlls/x11drv' gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mp

Re: Regression after ddraw surface locking patch

2005-03-09 Thread Henning Gerhardt
Hello Paul, you wrote; >ZooTycoon 1 demo 'crashes' with: > >trace:ddraw:DIB_DirectDrawSurface_Blt >(0x77e3b9e8)->((nil),(nil),(nil),01000400,0x80f510) >trace:ddraw:DIB_DirectDrawSurface_Blt flags: DDBLT_COLORFILL DDBLT_WAIT >First chance exception: page fault on read access to 0x0294 in 32-b

Re: [ddraw/dsurface/dib.c] Check for NULL

2005-03-09 Thread Christian Costa
> Message du 09/03/05 16:52 > De : "Paul Vriens" > A : "[EMAIL PROTECTED]" > Copie à : > Objet : [ddraw/dsurface/dib.c] Check for NULL > > Hi, > > the recent 'ddraw lock' changes crash Zoo Tycoon 1 Demo. > > Changelog > Check for NULL before touching src. > > Cheers, > > Paul. > > If src

Re: Make running tests on a visible desktop a mandatory requirement

2005-03-09 Thread Tony Lambregts
Jakob Eriksson wrote: Dmitry Timoshkov wrote: "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: [snip] The patch didn't target winrash at all, the purpose of the change was to make the tests represent a usual Windows environment which vast majority of applications expect to see. The change was approved

Re: [HELP] Quartz and FFMpeg question

2005-03-09 Thread Christian Costa
> Message du 09/03/05 13:31 > De : "Francois Gouget" > A : "Christian Costa" > Copie à : "wined" > Objet : Re: [HELP] Quartz and FFMpeg question > > On Tue, 8 Mar 2005, Christian Costa wrote: > [...] > >> At least here (Debian) mplayer depends on > >> the libavcodec package instead of copying t

Re: Make running tests on a visible desktop a mandatory requirement

2005-03-09 Thread Robert Shearman
Jakob Eriksson wrote: Dmitry Timoshkov wrote: "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: Not as far as we know. I still don't understand why you insist on killing winrash and automated testing along the way. Please fix winrash if it can be fixed, if not just find a way to sort/fiter/etc the t

Re: Editbox background regression (bug 2695)

2005-03-09 Thread James Hawkins
On Fri, 04 Feb 2005 17:40:13 +0100, Gabriele Giorgetti <[EMAIL PROTECTED]> wrote: > James Hawkins ha scritto: > > >It would help if you could do a regression test on the problem. See this > >link: > > > >http://winehq.org/site/docs/wine-devel/x1314 > > > > > Ok I've been doing the "binary search

wininet HTTP_HttpSendRequestW problem -- with correct attachment

2005-03-09 Thread Joris Huizer
Hello, Previous mail had the wrong file attached -- sorry for that I tried - as some sort experiment - to install java, but this fails; I decided to look into it and found some check in HTTP_HttpSendRequestW (wininet) is missing (patch attached to get the installer past that, probably not correct)

Re: Make running tests on a visible desktop a mandatory requirement

2005-03-09 Thread Jakob Eriksson
Paul Vriens wrote: On Wed, 2005-03-09 at 06:52, Dimitrie O. Paun wrote: On Wed, Mar 09, 2005 at 09:04:20AM +0800, Dmitry Timoshkov wrote: I know nothing about winrash, but if it's possible to tell it to run the tests on a visible desktop then it would be great. Not as far as we know.

Re: Regression after ddraw surface locking patch

2005-03-09 Thread Christoph Frick
On Wed, Mar 09, 2005 at 10:17:40AM -0500, Tom Wickline wrote: > Oh Nascar2003 works in OpenGL mode btw just incase anyone wants to > know... Back to hitting the wall it works since day0[1] - but i had to apply a no-cd-crack. is this still needed? if not also the GTP mod would run even if i had so

winetest autobuild broke -- not my fault?

2005-03-09 Thread Paul Millar
Hi guys, I think someone broke test.winehq.org. When the cronscript tried to register the new builds from this morning (via wget), both GETs failed. I've copied the message below, but it doesn't contain much more information. Did someone accidentally kill "http://test.winehq.org/service";? C

Re: Make running tests on a visible desktop a mandatory requirement

2005-03-09 Thread Jakob Eriksson
Dmitry Timoshkov wrote: "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: Not as far as we know. I still don't understand why you insist on killing winrash and automated testing along the way. Please fix winrash if it can be fixed, if not just find a way to sort/fiter/etc the tests better based on t

Re: text edit box not painting text ( on form startup )

2005-03-09 Thread George Ginden
Doug Herbert ha scritto: ( I have posted a similiar question in wine-users, don't flame me for doing so, just thinking about this some more, perhaps it may be more a developer question ) [ ... ] Same behavior here !

Re: edit control

2005-03-09 Thread George Ginden
Ulrich Czekalla wrote: Yes. Currently the code always removes its internal WS_BORDER flag so it doesn't paint its own border. Basically it leaves it to the default nonclient handler. But it should only do this if WS_EX_CLIENTEDGE is set. Otherwise it removes the WS_BORDER style and paints the borde

Re: Editbox background regression (bug 2695)

2005-03-09 Thread George Ginden
James Hawkins ha scritto: It would help if you could do a regression test on the problem. See this link: http://winehq.org/site/docs/wine-devel/x1314 Is anybody on this is issue ?

Re: Make running tests on a visible desktop a mandatory requirement

2005-03-09 Thread Jakob Eriksson
Dimitrie O. Paun wrote: On Wed, Mar 09, 2005 at 09:04:20AM +0800, Dmitry Timoshkov wrote: I know nothing about winrash, but if it's possible to tell it to run the tests on a visible desktop then it would be great. Not as far as we know. I still don't understand why you insist on killing win

Re: Regression after ddraw surface locking patch

2005-03-09 Thread Paul Vriens
On Wed, 2005-03-09 at 16:17, Tom Wickline wrote: > On Wed, 09 Mar 2005 16:06:21 +0100, Paul Vriens <[EMAIL PROTECTED]> wrote: > > > I can't remember. I've got a dll directory for that purpose and have no > > clue where I got it from or when. > > If you set your win version to win2k the intro movi

Re: Regression after ddraw surface locking patch

2005-03-09 Thread Tom Wickline
On Wed, 09 Mar 2005 16:06:21 +0100, Paul Vriens <[EMAIL PROTECTED]> wrote: > I can't remember. I've got a dll directory for that purpose and have no > clue where I got it from or when. If you set your win version to win2k the intro movie is skipped . Is the intro video green? it is here. Ca

Re: Regression after ddraw surface locking patch

2005-03-09 Thread Paul Vriens
On Wed, 2005-03-09 at 15:53, Tom Wickline wrote: > On Wed, 09 Mar 2005 15:32:25 +0100, Paul Vriens <[EMAIL PROTECTED]> wrote: > > On Wed, 2005-03-09 at 15:26, Tom Wickline wrote: > > > On Wed, 09 Mar 2005 14:13:38 +0100, Paul Vriens <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > > > > > ZooTycoon 1

Re: Regression after ddraw surface locking patch

2005-03-09 Thread Tom Wickline
On Wed, 09 Mar 2005 15:32:25 +0100, Paul Vriens <[EMAIL PROTECTED]> wrote: > On Wed, 2005-03-09 at 15:26, Tom Wickline wrote: > > On Wed, 09 Mar 2005 14:13:38 +0100, Paul Vriens <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > ZooTycoon 1 demo 'crashes' with: > > > > May I ask where in the game its

Re: Regression after ddraw surface locking patch

2005-03-09 Thread Paul Vriens
On Wed, 2005-03-09 at 15:26, Tom Wickline wrote: > On Wed, 09 Mar 2005 14:13:38 +0100, Paul Vriens <[EMAIL PROTECTED]> wrote: > > Hi, > > > > ZooTycoon 1 demo 'crashes' with: > > May I ask where in the game its crashing? > I have to get back to you about this. I've 2 changes from a clean tools/w

Re: Regression after ddraw surface locking patch

2005-03-09 Thread Tom Wickline
On Wed, 09 Mar 2005 14:13:38 +0100, Paul Vriens <[EMAIL PROTECTED]> wrote: > Hi, > > ZooTycoon 1 demo 'crashes' with: May I ask where in the game its crashing? [EMAIL PROTECTED] tom2]$ cd /home/tom2/.wine/drive_c/Program\ Files/Microsoft\ Games/Zoo\ Tycoon\ Demo [EMAIL PROTECTED] Zoo Tycoon Dem

Re: Wine in the press

2005-03-09 Thread Tom Wickline
On Wed, 9 Mar 2005 13:04:16 +0100, Andreas Mohr <[EMAIL PROTECTED]> wrote: > Hi, > > On Tue, Mar 08, 2005 at 08:42:50AM -0500, Tom Wickline wrote: > > Title: Ham and Wine go well together > > Link: http://software.newsforge.com/software/05/03/02/1449240.shtml?tid=130 > > By: Joe Barr > > > > > >

Regression after ddraw surface locking patch

2005-03-09 Thread Paul Vriens
Hi, ZooTycoon 1 demo 'crashes' with: trace:ddraw:DIB_DirectDrawSurface_Blt (0x77e3b9e8)->((nil),(nil),(nil),01000400,0x80f510) trace:ddraw:DIB_DirectDrawSurface_Blt flags: DDBLT_COLORFILL DDBLT_WAIT First chance exception: page fault on read access to 0x0294 in 32-bit code (0x17d7b350).

Re: AppDB Can't delete version

2005-03-09 Thread Jonathan Ernst
Le mardi 08 mars 2005 Ã 15:36 -0800, Scott Ritchie a Ãcrit : > Supermaintainers can't delete versions - it asks "Are You Sure?" but > then gives a "must be logged in" error. If you could fix this I could > clean up the winamp entry and get to work on finding the regression. > > Thanks, > Scott Ri

Re: AppDB Can't delete version

2005-03-09 Thread Jonathan Ernst
Le mercredi 09 mars 2005 Ã 02:17 +0100, [EMAIL PROTECTED] a Ãcrit : > There seems to be several formatting issues on the way the DB interface > serves things up. > > When I recently entered Dragon Naturally Speaking , part of the submission > invooved typing info into an HTML template . > > U

Re: {Validate|Invalidate}{Rgn|Rect} fix

2005-03-09 Thread Alexandre Julliard
Rein Klazes <[EMAIL PROTECTED]> writes: > Changelog: > dlls/user : painting.c > dlls/user/tests : win.c > > {Validate|Invalidate}{Rgn|Rect} should not (in)validate children if the > window has a WS_CLIPCHILDREN style. With tests. This is redundant, RedrawWindow already does tha

Re: Menu protocol.

2005-03-09 Thread Mike Hearn
On Tue, 2005-03-08 at 19:59 -0800, Scott Ritchie wrote: > On this matter, do we want to create a Wine top-level entry in the > Applications menu? We can start it as an Ubuntu-specific extension, > include the appropriate .desktop files in the Ubuntu package (I'll write > them myself), and then jus

Re: Make running tests on a visible desktop a mandatory requirement

2005-03-09 Thread Dmitry Timoshkov
"Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > Not as far as we know. I still don't understand why you insist > on killing winrash and automated testing along the way. > > Please fix winrash if it can be fixed, if not just find a way > to sort/fiter/etc the tests better based on the visibility f

Re: [HELP] Quartz and FFMpeg question

2005-03-09 Thread Francois Gouget
On Tue, 8 Mar 2005, Christian Costa wrote: [...] At least here (Debian) mplayer depends on the libavcodec package instead of copying the source (but it's a bit of a special case as they come from a third-party package repository). This is surprising because libavcodec and libavformat are static li

Re: [ADVAPI] SetSecurityInfo

2005-03-09 Thread Alexandre Julliard
Raphael <[EMAIL PROTECTED]> writes: > cf: > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/low_level_security_descriptor_functions.asp > > You can see low-level functions for each supported objects (specified by > SE_OBJECT_TYPE) > > Anyway, native advapi32 s

Re: Wine in the press

2005-03-09 Thread Andreas Mohr
Hi, On Tue, Mar 08, 2005 at 08:42:50AM -0500, Tom Wickline wrote: > Title: Ham and Wine go well together > Link: http://software.newsforge.com/software/05/03/02/1449240.shtml?tid=130 > By: Joe Barr > > > Everything I read said "this is what you want." But of course it > isn't, because I don't ru

Re: wine style checker.

2005-03-09 Thread Francois Gouget
On Thu, 3 Mar 2005, Mike Hearn wrote: [...] 4) No space between # and directive Actually it's 'No space before # for preprocessor directives'. Spaces between the '#' and the directive are ok. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ In theory, theory and practice

Re: AppDB: Escaping / new-line problems

2005-03-09 Thread Jonathan Ernst
This was caused when we switched from plain (and addslashed) text to html. I and other have cleaned up a lot of entries already. If you are interested to help, please contact me. Thanks. Jonathan Le mercredi 09 mars 2005 Ã 01:17 +0100, Francois Gouget a Ãcrit : > A lot of AppDB entries have br

Re: [ADVAPI] SetSecurityInfo

2005-03-09 Thread Raphael
On Friday 04 March 2005 11:56, Alexandre Julliard wrote: > Raphael <[EMAIL PROTECTED]> writes: > > On Friday 04 March 2005 00:45, Robert Shearman wrote: > > > I have made a few comments on the implementation below: > > > > SRCDIR= @srcdir@ > > > > VPATH = @srcdir@ > > > > MODULE= advapi

re: Why not build wine server as a linux kernel module?

2005-03-09 Thread Dan Kegel
[EMAIL PROTECTED] wrote: > May I ask you a question? > Why not build wine server as a linux kernel module? > I think the performance of a kernel module is better than a separate > process. > If anyone can give me a reasonable answer, I would really appreciate it. It's been tried. It will be tried

Re: [DPLAYX] fix bug 872: try 3

2005-03-09 Thread Raphael
Hi, > You can't close handles from another process. Oups big mismatch > Rob Retry again :) Regards, Raphael Index: dplobby.c === RCS file: /home/wine/wine/dlls/dplayx/dplobby.c,v retrieving revision 1.39 diff -u -r1.39 dplobby.c --