Re: [PATCH 2/3] dmsynth: Check the rigth CLSID to create the DirectMusicSynthSink object.

2012-03-29 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=17568 Your paranoid android

Re: [PATCH 1/3] dmsynth: Add basic tests.

2012-03-29 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=17567 Your paranoid android

Re: [PATCH 3/3] d3drm: Implement CreateMesh method and stubbed IDirect3DRMMesh interface.

2012-03-29 Thread Christian Costa
Le 30/03/2012 00:28, Michael Stefaniuc a écrit : Hello Christian, On 03/29/2012 11:57 PM, Christian Costa wrote: +HRESULT Direct3DRMMesh_create(REFIID riid, IUnknown** ppObj) +{ +IDirect3DRMMeshImpl* object; + +TRACE("(%p)\n", ppObj); + +object = HeapAlloc(GetProcessHeap(), HEAP_ZER

Re: [PATCH 3/3] d3drm: Implement CreateMesh method and stubbed IDirect3DRMMesh interface.

2012-03-29 Thread Michael Stefaniuc
Hello Christian, On 03/29/2012 11:57 PM, Christian Costa wrote: > +HRESULT Direct3DRMMesh_create(REFIID riid, IUnknown** ppObj) > +{ > +IDirect3DRMMeshImpl* object; > + > +TRACE("(%p)\n", ppObj); > + > +object = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, > sizeof(IDirect3DRMMeshImp

Re: Would like to get some feedback on GSOC idea

2012-03-29 Thread Juan Lang
Hi Marek, On Tue, Mar 27, 2012 at 9:13 AM, M C wrote: > Hi everyone, > > My name is Marek Chmiel, I am a student a NEIU. I am studying computer > science and network security related topics. This semester I had spent > a fair amount of time writing crypt related functions with java, and > became

Implementing a DSS provider

2012-03-29 Thread M C
Hello everyone, I am doing some research in regards GSOC, and would like to find out if anyone besides Juan Lang is experienced enough to make suggestions in regards to bug 10506 and/or the implementation of a DSS provider.

Re: [PATCH 2/5] dmusic: Enumerate ports for midi out and midi in devices in EnumPort.

2012-03-29 Thread Christian Costa
Le 29/03/2012 20:25, Alexandre Julliard a écrit : Christian Costa writes: With this patch I get exactly the same output for ports caps (except guid) as native. I kept the comment regarding dmusic32 usage altough the native version of dmusic I used does standard winmm calls to get port informa

Re: [PATCH 2/5] dmusic: Enumerate ports for midi out and midi in devices in EnumPort.

2012-03-29 Thread Alexandre Julliard
Christian Costa writes: > With this patch I get exactly the same output for ports caps (except guid) as > native. > I kept the comment regarding dmusic32 usage altough the native version > of dmusic I used does standard winmm calls to get port informations. > --- > dlls/dmusic/Makefile.in |

Re: MsiGetFileHash

2012-03-29 Thread Hans Leidekker
On Thu, 2012-03-29 at 18:29 +0200, Robert van Herk wrote: > + mapping = CreateFileMappingW( handle, NULL, PAGE_READONLY, 0, 0, NULL > ); > + if (mapping) > + { > + p = MapViewOfFile( mapping, FILE_MAP_READ, 0, 0, length ); > + if (p) > + { > +

Re: SoC 2012 Ideas

2012-03-29 Thread Stefan Dösinger
Am Mittwoch, 28. März 2012, 22:10:27 schrieb Charles Davis: > 2) HLSL compiler. My general response to "HLSL Compiler" would be "too complex for gsoc, too much work, nope", but since I know that you worked on compilers in the past it might work for you. I cannot promise anything of course, but my

Re: [PATCH 3/3] (try2) gdi32: Add support for loading scalable font resources.

2012-03-29 Thread Alexandre Julliard
Huw Davies writes: > --- > dlls/gdi32/font.c | 75 > + > 1 files changed, 75 insertions(+), 0 deletions(-) This one doesn't build: gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_RE

Re: [PATCH 2/5] dmusic: Enumerate ports for midi out and midi in devices in EnumPort.

2012-03-29 Thread Andrew Eikum
On Thu, Mar 29, 2012 at 04:18:20PM +0200, Christian Costa wrote: > It's the original code. I decided to keep it in this patch and add error > checking in the patch that comes just after. > I can merge them but I prefer to do things incrementally as much as > possible. Ah, sure enough. I missed tha

Re: [PATCH 5/5] dmusic: Implement partially SetDirectSound.

2012-03-29 Thread Christian Costa
2012/3/29 Andrew Eikum > It would be nice to see some tests for this. For example, how does > this IDirectSound reference relate to the one created by > IDirectMusicPerformance::InitAudio()? > > There are few tests mark as todo in my first dmusic patch about interaction beween SetDirectSound and

Re: [PATCH 3/3] dmsynth: Put port caps that match native ones.

2012-03-29 Thread Christian Costa
2012/3/29 Andrew Eikum > Just to be clear, which "native" do you mean? Does this match Windows > 7's dmusic behavior, or something else? I've been trying to target > Windows 7's behavior in the new audio design. > > They're recents but I don't remember. I will check this evening. I didn't know ab

Re: [PATCH 2/5] dmusic: Enumerate ports for midi out and midi in devices in EnumPort.

2012-03-29 Thread Christian Costa
2012/3/29 Andrew Eikum > On Thu, Mar 29, 2012 at 08:52:45AM +0200, Christian Costa wrote: > > +midiOutGetDevCapsW(index - 1, &caps, sizeof(caps)); > > ... > > +CoCreateInstance(&CLSID_DirectMusicSynth, NULL, > CLSCTX_INPROC_SERVER, &IID_IDirectMusicSynth8, (void**)&synth); > >

Re: [PATCH 3/3] dmsynth: Put port caps that match native ones.

2012-03-29 Thread Andrew Eikum
Just to be clear, which "native" do you mean? Does this match Windows 7's dmusic behavior, or something else? I've been trying to target Windows 7's behavior in the new audio design. Also... On Thu, Mar 29, 2012 at 08:53:52AM +0200, Christian Costa wrote: > - obj->pCaps.dwEffectFlags = DMUS_E

Re: [PATCH 2/5] dmusic: Enumerate ports for midi out and midi in devices in EnumPort.

2012-03-29 Thread Andrew Eikum
On Thu, Mar 29, 2012 at 08:52:45AM +0200, Christian Costa wrote: > +midiOutGetDevCapsW(index - 1, &caps, sizeof(caps)); > ... > +CoCreateInstance(&CLSID_DirectMusicSynth, NULL, > CLSCTX_INPROC_SERVER, &IID_IDirectMusicSynth8, (void**)&synth); > +IDirectMusicSynth8_GetPo

Re: [PATCH 5/5] dmusic: Implement partially SetDirectSound.

2012-03-29 Thread Andrew Eikum
It would be nice to see some tests for this. For example, how does this IDirectSound reference relate to the one created by IDirectMusicPerformance::InitAudio()? On Thu, Mar 29, 2012 at 08:53:10AM +0200, Christian Costa wrote: > > --- > dlls/dmusic/dmusic.c | 27 +--

Re: po: Update German translation

2012-03-29 Thread Julian Rüger
Hi André, Am Mittwoch, den 28.03.2012, 20:37 +0200 schrieb André Hentschel: > Thx missed that, next time it's all up to you. Giving the translation stuff > completely in your hands now. :) OK, umm, thanks I guess ;) I might still bug you for approval though. Best, Julian PS: That mail was su

Re: [PATCH 1/2] vbscript: Added Mid function implementation

2012-03-29 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=17548 Your paranoid android

Re: [PATCH 1/2] vbscript: Added Mid function implementation

2012-03-29 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=17548 Your paranoid android

Re: SoC 2012 Ideas

2012-03-29 Thread Alex Bradbury
On 29 March 2012 10:01, wrote: > BTW, I once defined a set of iptable rules to prevent networking for Wine (or > was it for a whole user?) > based on the consideration that the apps I use have nothing to do with > networking. > Here too, nothing need be changed in Wine. You can also add a 'non

SoC 2012 Ideas

2012-03-29 Thread Joerg-Cyril . Hoehle
Charles Davis wrote: >1) Make Wine use App Sandbox on Mac OS X. >At the very least, I would like to be able to limit Wine's file-system >activity to the prefix. I'm not familiar with Mac OS X' particular security features, but I wonder why limiting FS activity needs changes in wine? With AppArmor

Re: RFC: KUSER_SHARED_DATA update patch to fix bug 29168

2012-03-29 Thread Johan Gill
On Thu, Mar 22, 2012 at 5:19 AM, Joey Yandle wrote: > > > > It's been explained several times already that any approach to share data > > between wineserver and clients is going to be rejected. > > > > Can you point me to such an explanation? I joined wine-devel just > before posting my RFC. If

Re: [PATCH 2/3] dmsynth: Check the rigth CLSID to create the DirectMusicSynthSink object.

2012-03-29 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=17544 Your paranoid android

Re: [PATCH 1/3] dmsynth: Add basic tests.

2012-03-29 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=17543 Your paranoid android

Re: [PATCH 1/3] dmsynth: Add basic tests.

2012-03-29 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=17543 Your paranoid android

Re: [PATCH 1/5] dmusic: Add some tests for enumerating and creating ports.

2012-03-29 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=17542 Your paranoid android