Re: kernel32 nls file codepage conversion

2010-05-29 Thread Dmitry Timoshkov
Frédéric Delanoy wrote: > I'm intending to convert dlls/kernel32/nls/fr.nls from CP 1252 to CP > 65001 (UTF-8), Is there a ny reason behind that? > but I've some questions first: > - most nls files are non-UTF8... is it intended? or just "legacy"? nls files in Wine use Windows code page approp

Implementing d3dx9_36.dll.D3DXCreateTextureFromFileExA

2010-05-29 Thread Alexandre Tolmos
Hello all, I tried to run the submarine simulation game Silent Hunter 4 on my Mac (MacOS X 10.6.3 Snow Leopard) and it crashes because the D3DX function D3DXCreateTextureFromFileExA is not implemented. I know OpenGL so maybe I can help... Let me know. Regards, Alexandre -- "That which is not

Building a CUDA 3.0 dll wrapper, compile errors

2010-05-29 Thread Seth Shelnutt
I've done this before, with no problems for cuda 2.x, but it's been a while and I'm having troubles. I think I have everything configured right, as I got the cufft dll wrapper compiled but the cudart dll wrapper is acting like I am not linking it to the linux libcudart.so, but I am. I've noticed a

Re: comctl32/tests: Added a test that checks whether setting a custom default button in a property sheet works

2010-05-29 Thread Nikolay Sivov
On 5/30/2010 02:12, Alexandru Băluț wrote: The test I added checks that in a property sheet the custom default button is pressed when the ENTER key is pressed and a different control, a combobox, has the keyboard focus. The test succeeds when running on Vista, and fails when running on Wine, th

"Powered by Mozilla" somewhere subtle on winehq?

2010-05-29 Thread Scott Ritchie
http://www.mozilla.org/projects/powered-by.html Mozilla has a small campaign to mention projects that depend on them in various fashions. I think it'd be neat to get listed there on that page. Mozilla in turn would like us to mention Mozilla somewhere on our site. This seems like something we s

Re: Last Minute Submission: Winecfg>About

2010-05-29 Thread Maarten Lankhorst
Hello Joel, 2010/5/29 Joel Holdsworth : > Hi All, > > I know it's late and we're in freeze mode now, but I wanted to offer > some work I've been doing: > > http://www.airwebreathe.org.uk/space/new-about-screen.png > > Basically I've been giving the about page of winecfg a face lift. It > seemed li

Re: Last Minute Submission: Winecfg>About

2010-05-29 Thread Nikolay Sivov
On 5/29/2010 19:17, Joel Holdsworth wrote: Hi All, I know it's late and we're in freeze mode now, but I wanted to offer some work I've been doing: http://www.airwebreathe.org.uk/space/new-about-screen.png Basically I've been giving the about page of winecfg a face lift. It seemed like a good i

kernel32 nls file codepage conversion

2010-05-29 Thread Frédéric Delanoy
Hi folks, I'm intending to convert dlls/kernel32/nls/fr.nls from CP 1252 to CP 65001 (UTF-8), but I've some questions first: - most nls files are non-UTF8... is it intended? or just "legacy"? - can LOCALE_IDEFAULTANSICODEPAGE be set to 65001 or should it be left at its current "1252" value, i.e. i

Last Minute Submission: Winecfg>About

2010-05-29 Thread Joel Holdsworth
Hi All, I know it's late and we're in freeze mode now, but I wanted to offer some work I've been doing: http://www.airwebreathe.org.uk/space/new-about-screen.png Basically I've been giving the about page of winecfg a face lift. It seemed like a good idea to put some polish on it in time for the

Re: [Wine] How do I fix the 'fixme's

2010-05-29 Thread James McKenzie
Frédéric Delanoy wrote: On Sat, May 29, 2010 at 02:53, James McKenzie wrote: trapspringer wrote: How can i fix this? Become a Wine developer and write the code that implements these features! Fixme's are for code that is missing to implement functions that exist in the Win32/W

Regression Statistics

2010-05-29 Thread Michael Stefaniuc
Hello guys, I thought about doing a regression report like Rafael Wysocki is doing for the Linux Kernel http://marc.info/?l=linux-kernel&m=127344241607730&w=4 but I got cured when looking at the regression list on bugs.winehq.org. We have at least by a factor of three too many regressions. S

Re: d3dx9effect.h; Errors in h files are bugs?

2010-05-29 Thread Maarten Lankhorst
Hoi, 2010/5/29 Luis Busquets : > winehq in include/d3dx9effect.h adds in the definition of > ID3DXEffectCompiler > the methods: > > STDMETHOD(SetPixelShader)(THIS_ D3DXHANDLE parameter, LPDIRECT3DPIXELSHADER9 > pshader) PURE; > >  STDMETHOD(SetVertexShader)(THIS_ D3DXHANDLE parameter, > LPDIRECT3D

Re: [Wine] How do I fix the 'fixme's

2010-05-29 Thread Frédéric Delanoy
On Sat, May 29, 2010 at 02:53, James McKenzie wrote: > trapspringer wrote: >> >> How can i fix this? >> > > Become a Wine developer and write the code that implements these features! > Fixme's are for code that is missing to implement functions that exist in > the Win32/Win64 APIs that are partial