The supplied patch does work across process
On Thu, Jul 10, 2008 at 6:12 PM, H. Verbeet <[EMAIL PROTECTED]> wrote:
> 2008/7/10 James Hawkins <[EMAIL PROTECTED]>:
>> If more people knew the answer to your question, it would probably be
>> implemented by now :-) Usually the reason to move something
se to implement X if I don't
know what it is; this is why I asked.
Let me rephrase my original question then: why is it better to move
this in the server?
James
On Thu, Jul 10, 2008 at 4:44 PM, James Hawkins <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 10, 2008 at 2:13 PM, James Keane <[E
Hey everyone!
Just wanted to bring to your attention
http://bugs.winehq.org/show_bug.cgi?id=1348 again, and ask what is the
holdup? As far as I can see it appears a solution and working patch
has been posted. I am interested in getting this into the main tree
and wondering what kind of modificat
I think there is a problem with the check_sharing function in server/fd.c.
At the end of the function when it is checking existing_access with
the sharing variable it doesn't seem to care about what the caller is
requesting.
I think this is what is causing problems with the CreateFile call,
becau
I think it is safe to avoid working on parts of wine that are directly
involved with the source code you have seen.
You are probably talking about the windows 2000 winsock source code
that was leaked a while ago, right? If so I believe it would be safe
for you to contribute to other parts of wine
> (09:44:15 PM) vitamin: carretto, you have to install the game
> on Wine
> (09:44:34 PM) vitamin: Pie-rate, oh well
I think that vitamin provided a valid answer to your question that
would have solved your problem. Why are you getting so worked up that
he was a little rude? He is not our employ
I have been working on something that might be useful for kernel
integration. It is a way for wine to create its own interrupt, so
that a wine server/kernel/handle/whatever function could be called
from userspace with a simple INT 0xwhatever. Just as linux uses int
0x80.
The only problem I could