Re: winex11: Retrieve raw mouse events through XInput2 while the cursor is clipped.

2011-04-15 Thread Alexandre Julliard
Vitaliy Margolen wine-de...@kievinfo.com writes: It's great to see so much progress in this area! Great gob so far. However this isn't enough. Cursor doesn't have to be clipped to receive mouse event's. As far as dinput goes, it will read mouse events regardless where the pointer is if

Re: inetcpl: Update French translation

2011-04-15 Thread Frédéric Delanoy
2011/4/14 Nicolas Le Cam niko.le...@gmail.com: Hi Frédéric, Le 13 avril 2011 23:16, Frédéric Delanoy frederic.dela...@gmail.com a écrit : ---  dlls/inetcpl.cpl/cpl_Fr.rc |   42 +-  1 files changed, 41 insertions(+), 1 deletions(-) diff --git

Re: Try to implement my first stub function - AbortPrinter() - (try 4)

2011-04-15 Thread Maarten Lankhorst
Hello, Op 14-04-11 10:37, Loïc Maury schreef: Hello, From what was said from the last comments, I have modified the code and I have added the test patch. What do you think ? You're doing all the HeapFrees manually, is there a destruction function you can use? Cheers, Maarten

Re: Try to implement my first stub function - AbortPrinter() - (try 4)

2011-04-15 Thread Loïc Maury
Hello Maarten, On Fri, Apr 15, 2011 at 12:05 PM, Maarten Lankhorst m.b.lankho...@gmail.com wrote: Hello, Op 14-04-11 10:37, Loďc Maury schreef: Hello, From what was said from the last comments, I have modified the code and I have added the test patch. What do you think ? You're

Re: ntdll: Add Windows XP x64

2011-04-15 Thread Alexandre Julliard
Ken Sharp kennyb...@o2.co.uk writes: Windows XP x64 has an updated kernel to XP, so just setting XP in winecfg will still cause apps to fail. IE8 for XP x64 is an example. This should most likely be done automatically on 64-bit. -- Alexandre Julliard julli...@winehq.org

Re: winedevice: eliminate some globals

2011-04-15 Thread Alexandre Julliard
Damjan Jovanovic damjan@gmail.com writes: Changelog: * winedevice: eliminate some globals The long term goal of this patch is to make the driver loading code reusable for loading drivers outside winedevice, for use with USB drivers etc. It doesn't work here: ../../../tools/runtest -q

Re: winedevice: eliminate some globals

2011-04-15 Thread Damjan Jovanovic
On Fri, Apr 15, 2011 at 3:43 PM, Alexandre Julliard julli...@winehq.org wrote: Damjan Jovanovic damjan@gmail.com writes: Changelog: * winedevice: eliminate some globals The long term goal of this patch is to make the driver loading code reusable for loading drivers outside winedevice,

Re: inetcpl: Update French translation

2011-04-15 Thread Jerome Leclanche
2011/4/15 Frédéric Delanoy frederic.dela...@gmail.com: Well, didn't like to use choses/trucs/machins/bidules word; thought informations would be more useful/appropriate, although I agree there's a repetition of informations word. Maybe Cookies\nFichiers enregistrés sur votre ordinateur par des

Windres and wine

2011-04-15 Thread Gerold Jens Wucherpfennig
Hi, I have created GUI dialog with ResEdit. That rc-file shall be used in wine. The problem is that wine doesn't have a Windres.exe. Is it possible to make a c-file from the rc-file? Best Regards Gerold /* (C) 2010 by Gerold Jens Wucherpfennig gjwucherpfen...@gmx.net */ /* licensed under the

Re: Windres and wine

2011-04-15 Thread Charles Davis
On 4/15/11 10:38 PM, Gerold Jens Wucherpfennig wrote: Hi, I have created GUI dialog with ResEdit. That rc-file shall be used in wine. The problem is that wine doesn't have a Windres.exe. Is it possible to make a c-file from the rc-file? No. But you don't need windres. Wine has its own

W and A functions in wine DLLs

2011-04-15 Thread Gerold Jens Wucherpfennig
Hi, I just want to know how to implement functions in a DLL. If I remember correctly I should implement the W function and call it in the implementation of the A function. Do I have to do some string manipulation functions in the A function? I'm looking forward to reading from you. Best

Re: W and A functions in wine DLLs

2011-04-15 Thread Dmitry Timoshkov
Gerold Jens Wucherpfennig gjwucherpfen...@gmx.net wrote: I just want to know how to implement functions in a DLL. If I remember correctly I should implement the W function and call it in the implementation of the A function. Do I have to do some string manipulation functions in the A