Re: sti: add launch application registry

2010-01-18 Thread Alexandre Julliard
Damjan Jovanovic damjan@gmail.com writes: @@ -387,6 +387,7 @@ HKLM,%CurrentVersion%\Controls Folder\PowerCfg,LastID,,5 HKLM,%CurrentVersion%\RunServices,winemenubuilder,2,%11%\winemenubuilder.exe -a -r HKLM,%CurrentVersion%\Setup,BootDir,,%30%

Re: [6/10] winemapi: Add MAPIInitialize implementation.

2010-01-18 Thread Alexandre Julliard
Andrew Nguyen arethus...@gmail.com writes: This seemed to be the easiest and most trivial way to allow MAPIInitialize to succeed in the tests, which will be added in the next several patches. That doesn't seem right. The tests should be able to work without an extended provider. --

Re: [6/10] winemapi: Add MAPIInitialize implementation.

2010-01-18 Thread Andrew Nguyen
On Mon, Jan 18, 2010 at 8:46 AM, Alexandre Julliard julli...@winehq.org wrote: Andrew Nguyen arethus...@gmail.com writes: This seemed to be the easiest and most trivial way to allow MAPIInitialize to succeed in the tests, which will be added in the next several patches. That doesn't seem

Re: [6/10] winemapi: Add MAPIInitialize implementation.

2010-01-18 Thread Alexandre Julliard
Andrew Nguyen arethus...@gmail.com writes: Yes, the mapi32 prop and util tests on Wine don't require the extended MAPI provider, but on Windows a MAPI provider must exist in order for initialization to succeed. Without a provider, NT platforms simply skip: prop.c:1380: Tests skipped:

Arwinss

2010-01-18 Thread Aleksey Bragin
Hello, I would like to present my project here too, because I think this information will be interesting for Wine developers. At least, I have not seen anyone gone that far using Wine code. I came up with an idea to create an alternative Win32 subsystem, which would be targeted to

Re: [1/2] msi: Support retrieving rows from join tables.

2010-01-18 Thread James Hawkins
On Mon, Jan 18, 2010 at 4:09 AM, Hans Leidekker h...@codeweavers.com wrote: ---  dlls/msi/join.c |    7 +--  1 files changed, 5 insertions(+), 2 deletions(-) Tests please? Thanks, James

example code appending files with w32api broken?

2010-01-18 Thread Hin-Tak Leung
I needed a WIN32 API based file-appending solution to fix a bug (http://bugs.winehq.org/show_bug.cgi?id=21394) and using the example code http://msdn.microsoft.com/en-us/library/aa363778%28VS.85%29.aspx as reference, I have got a somewhat working solution, except if I follow the code, the

Ubuntu survey

2010-01-18 Thread sacchi antonio
This is a survey for the apps that users would like to see in upcoming version of Ubuntu: what do you think?? ubuntuforums.org/showthread.php?t=1381221 www.surveymonkey.com/s/GFVQP62 P.S. Please suggest AutoCAD :-D

Re: Ubuntu survey

2010-01-18 Thread Ben Klein
2010/1/19 sacchi antonio antoniosacch...@gmail.com: This is a survey for the apps that users would like to see in upcoming version of Ubuntu: what do you think?? ubuntuforums.org/showthread.php?t=1381221 They cannot possibly be serious. Photoshop, iTunes, WoW, Steam? Codeweavers isn't even an

Re: winex11.drv: Fix the Ctrl+Break processing

2010-01-18 Thread Dmitry Timoshkov
Ilya Shpigor shpi...@etersoft.ru wrote: +/* Ctrl+Break processing */ +if ((e-state ControlMask) +(e-keycode == 0x7F)) +return VK_CANCEL; It's always a good idea to provide some details. Like: pressing the Pause/Break key alone produces VK_PAUSE vkey, while pressing