Re: PATCH: winaspi

2000-03-23 Thread Marcus Meissner
In the flags there are 2 bits. One is tested for by the current TARGET_TO_HOST macro, the other is tested for by the current HOST_TO_TARGET macro. Not exactly. TARGET_TO_HOST is 1 bit (bit 3), HOST_TO_TARGET are 2 bits (bit 3,4). To accomplish that I just thought of it as: As long as you

Re: PATCH: winaspi

2000-03-23 Thread David Elliott
Marcus Meissner wrote: In the flags there are 2 bits. One is tested for by the current TARGET_TO_HOST macro, the other is tested for by the current HOST_TO_TARGET macro. Not exactly. TARGET_TO_HOST is 1 bit (bit 3), HOST_TO_TARGET are 2 bits (bit 3,4). huh?? SRB_DIR_IN is defined as

RE: PATCH: winaspi

2000-03-23 Thread Jesper Pedersen
-Original Message- From: David Elliott [mailto:[EMAIL PROTECTED]] Sent: 23. marts 2000 10:24 To: Marcus Meissner Cc: [EMAIL PROTECTED] Subject: Re: PATCH: winaspi Marcus Meissner wrote: In the flags there are 2 bits. One is tested for by the current TARGET_TO_HOST

Re: Internal CP to Unicode and vice versa conversions

2000-03-23 Thread Ove Kaaven
On Mon, 20 Mar 2000, Dmitry Timoshkov wrote: Ove Kaaven [EMAIL PROTECTED] wrote: Can't data for X11 encodings just be internal to x11drv? Are the X11 encodings such specific and can not be replaced by the standard encodings? Having such common feature as support for various

Re: Internal CP to Unicode and vice versa conversions

2000-03-23 Thread Ove Kaaven
On Mon, 20 Mar 2000, Dmitry Timoshkov wrote: Ove Kaaven [EMAIL PROTECTED] wrote: (Oh, and I decided to also reverse engineer the DBCS conversion stuff in NT, and so I've updated my webpages with the new information, if you want to see it.) Tonight I decided to check your webpages and

Threading bug in Wine...

2000-03-23 Thread James Hatheway
Hi guys, I've been investigating a bug with threads in the Corel tree of WINE for a little while, and I noticed that it can be replicated with the current CVS build from WineHQ as well. To replicate the bug, all you have to do is create a lot of threads very rapidly. All the created thread

wine + win2k

2000-03-23 Thread Anant Kabra
Has anyone successfully run wine using win2k binaries and system directory? -- Anant = ||| +--oOO(o o)OOo+ | ( )| |Anant Kabraemail : [EMAIL PROTECTED] | |

RE: Made include files self-sufficent + fixed some warnings

2000-03-23 Thread Patrik Stridvall
This time I have tried to be more careful in which files were made self sufficient. That is files that are not self sufficient in Windows are not made self sufficient by this patch. Hmm, perhaps I should have attached the patches. Here they are. :-) self-sufficient.diff warning.diff

Re: Threading bug in Wine...

2000-03-23 Thread Alexandre Julliard
"James Hatheway" [EMAIL PROTECTED] writes: It seems that somewhere between the client and the wine server a file descriptor is not being closed, and eventually there are too many open files, thus the client is not able to open a connection with the server to create more new threads. The

Re: Threading bug in Wine...

2000-03-23 Thread gerard patel
At 11:58 AM 3/23/00 -0500, you wrote: It seems that somewhere between the client and the wine server a file descriptor is not being closed, and eventually there are too many open files, thus the client is not able to open a connection with the server to create more new threads. As a side note,

Re: Internal CP to Unicode and vice versa conversions

2000-03-23 Thread Dmitry Timoshkov
Ove Kaaven [EMAIL PROTECTED] wrote: [...] Why should they not use the existing infrastructure and Win32 API? Isn't it reasonable to expect them to use RtlCustomCP routines with whatever encoding tables they like? [...] ISO issues standards, MS doesn't. Unicode publication is for convenience. But

Re: Internal CP to Unicode and vice versa conversions

2000-03-23 Thread Ove Kaaven
On Fri, 24 Mar 2000, Dmitry Timoshkov wrote: Okay, you don't like an idea to have centralized place for all encodings. That depends. The source files can be in one place for all I care, it's the runtime environment that this was about, where the x11drv should only use the standard windows API