Re: trouble with uxtheme dll

2005-12-06 Thread Stefan Leichter
Am Montag, 5. Dezember 2005 11:48 schrieb Alexandre Julliard: > Stefan Leichter <[EMAIL PROTECTED]> writes: > > As i understand you, the ordinals of uxtheme dll displayed in the relay > > trace are wrong. Different function calls (according to the number of > > arguments) in the relay log are displ

Re: [opengl] WGL_render_texture / WGL_ATI_pixel_format_float

2005-12-06 Thread Raphael
On Tuesday 06 December 2005 20:44, Toan T Nguyen wrote: > I don't know what's wrong with me. I attached the wrong file in my > previous email. > lol Thx, seems strange to me as i have never seen this glut error but: winedump dump -j import Render\ To\ Texture.exe offset 00015d68 glut32.dll

Re: [opengl] WGL_render_texture / WGL_ATI_pixel_format_float

2005-12-06 Thread Raphael
> The last lines from a +opengl log: > trace:opengl:wglCreatePbufferARB WGL_render_texture Attribute: > WGL_TEXTURE_FORMAT_ARB as 2076 > trace:opengl:wglCreatePbufferARB WGL_render_texture Attribute: > WGL_TEXTURE_TARGET_ARB as 207a > trace:opengl:wglCreatePbufferARB WGL_render_texture Attribute:

Re: [opengl] WGL_render_texture / WGL_ATI_pixel_format_float

2005-12-06 Thread Toan T Nguyen
I don't know what's wrong with me. I attached the wrong file in my previous email. On 12/6/05, Toan T Nguyen <[EMAIL PROTECTED]> wrote: > Hi, > > Here is the short error with your latest patch: > > fixme:opengl:wglChoosePixelFormatARB unused pfAttribFList > err:opengl:ConvertAttribWGLtoGLX buggy 4

Re: [opengl] WGL_render_texture / WGL_ATI_pixel_format_float

2005-12-06 Thread Toan T Nguyen
Hi, Here is the short error with your latest patch: fixme:opengl:wglChoosePixelFormatARB unused pfAttribFList err:opengl:ConvertAttribWGLtoGLX buggy 40 GLX_BUFFER_SIZE default to 32 freeglut ERROR: Function called without first calling 'glutInit'. It seems there's problem in the glut32.dll as

Re: [WINECFG] show sound card drivers and devices

2005-12-06 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > What I think we need is integrate something to the build system, so we > have the real state of a language (which menu entries are translated, > which dialogs are translated/adapted, etc.) but retain the > functionnality of the English version. I'd sugg

Re: WIDL: Support remaining basic types

2005-12-06 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > Alexandre Julliard wrote: > >>We've been through this before, these patches need to be split, the >>gratuitous changes removed, and all the code duplication with the >>format codes needs to be avoided. Mike started doing that some time >>ago so you pro

Re: [WINECFG] show sound card drivers and devices

2005-12-06 Thread Vincent Béron
Le mar 06/12/2005 à 10:32, Marcelo Duarte a écrit : > Vitaliy Margolen escreveu: > > Monday, December 5, 2005, 8:53:10 PM, Robert Reif wrote: > > > >> Show all sound card drivers and their devices. > >> --- programs/winecfg/En.rc 27 Oct 2005 11:24:02 - 1.54 > >> +++ programs/winecf

Re: WIDL: Support remaining basic types

2005-12-06 Thread Robert Shearman
Alexandre Julliard wrote: Robert Shearman <[EMAIL PROTECTED]> writes: ChangeLog: Eric Kohl <[EMAIL PROTECTED]> WIDL: Support remaining basic types (float, double, small, wchar_t and handle_t). We've been through this before, these patches need to be split, the gratuitous changes remo

Re: [opengl] WGL_render_texture / WGL_ATI_pixel_format_float

2005-12-06 Thread Toan T Nguyen
Hi, This program doesn't run on my machine at all. I have ATI 9700 Mobility, driver 8.9.10. Here is the output of WINEDEBUG="+opengl" wine ./Render\ To\ Texture.exe &> out.log I also attach my glxATI.h and glATI.h (in /usr/include/GL/) for your info. Regards, Toan On 12/5/05, Raphael <[EMAIL

Re: DirectDraw over Direct3D

2005-12-06 Thread Tim Schmidt
TA 1.0 (fresh off the CD) also wouldn't start for me, however, after installing the v3.1c patch (the last one ever released) it started up just fine. --tim On 12/6/05, James Liggett <[EMAIL PROTECTED]> wrote: > I fired up Total Annihilation just yesterday with Wine 0.9.2 and it > > was very slow.

Re: [WINECFG] show sound card drivers and devices

2005-12-06 Thread Marcelo Duarte
Vitaliy Margolen escreveu: Please update each resource file. We had this discussion before. Please keep these changes in synch among all the languages. Otherwise we render sound config useless for other languages. No. If Reif update the others languages, the Beron' script to detect what

Re: [WINECFG] show sound card drivers and devices

2005-12-06 Thread Vitaliy Margolen
Tuesday, December 6, 2005, 8:32:00 AM, Marcelo Duarte wrote: > Vitaliy Margolen escreveu: >> Monday, December 5, 2005, 8:53:10 PM, Robert Reif wrote: >> >>> Show all sound card drivers and their devices. >>> --- programs/winecfg/En.rc 27 Oct 2005 11:24:02 - 1.54 >>> +++ programs/wi

Re: [WINECFG] show sound card drivers and devices

2005-12-06 Thread Dmitry Timoshkov
"Marcelo Duarte" <[EMAIL PROTECTED]> wrote: > > Please update each resource file. We had this discussion before. Please > > keep these changes in synch among all the languages. Otherwise we render > > sound config useless for other languages. > > > > > > > No. If Reif update the others language

Re: [WINECFG] show sound card drivers and devices

2005-12-06 Thread Marcelo Duarte
Vitaliy Margolen escreveu: Monday, December 5, 2005, 8:53:10 PM, Robert Reif wrote: Show all sound card drivers and their devices. --- programs/winecfg/En.rc 27 Oct 2005 11:24:02 - 1.54 +++ programs/winecfg/En.rc 6 Dec 2005 03:39:36 - @@ -155,15 +155,17 @@ FONT 8, "MS S

Re: [opengl] WGL_render_texture / WGL_ATI_pixel_format_float

2005-12-06 Thread Stefan Dösinger
Am Dienstag, 6. Dezember 2005 10:07 schrieb Raphael: > On Tuesday 06 December 2005 03:32, Toan T Nguyen wrote: > > Oops, i'm sorry. I applied your patch with --dry-run option so nothing > > is patched. :(. > > > > Here the correct out.log. the program still doesn't run, it complains > > about > > >

Re: Missing WGL function declarations in wingdi.h

2005-12-06 Thread Aric Cyr
On 12/6/05, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > Lionel Ulmer <[EMAIL PROTECTED]> writes: > > > Well, this is the big question. I think we should ask Alexandre what happens > > in the Wine build system if a symbol is exported both by a Win32 DLL (here > > OpenGL32.DLL) and a Linux ELF DL

Re: advapi32: RegCreateKeyEx fix.

2005-12-06 Thread Rein Klazes
On Mon, 5 Dec 2005 19:29:38 +, you wrote: >On 12/5/05, Rein Klazes <[EMAIL PROTECTED]> wrote: >> >> On Win9x,ME RegCreateKeyEx ignores the backslash character if the subkey >> begins with one. With a regression test. >> > >Note that I'm not against this being committed, but another test you >c

Re: opengl support in wine

2005-12-06 Thread Tomas Carnecky
Stefan Dösinger wrote: Hi, boils down to a one-line patch. RTLD_NEXT doesn't work, I have to use RTLD_DEFAULT to make wine (or the dynamic loader) use my functions. You should send patches to [EMAIL PROTECTED] to get them included. Thanks. Once I have my local git copy I'll try to create t

capture app output / output redirect

2005-12-06 Thread mailinglists
Hi everybody! Some time ago I had written a wrapper for a windows application using java and wine. It just captured stdout and stderror to get the windows applications output, but today I used it again and found that there is just plain nothing returned any more. Also executing wine app.exe &> log

Re: WIDL: Support remaining basic types

2005-12-06 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > ChangeLog: > Eric Kohl <[EMAIL PROTECTED]> > WIDL: Support remaining basic types (float, double, small, wchar_t and > handle_t). We've been through this before, these patches need to be split, the gratuitous changes removed, and all the code duplicati

Re: [opengl] WGL_render_texture / WGL_ATI_pixel_format_float

2005-12-06 Thread Raphael
On Tuesday 06 December 2005 03:32, Toan T Nguyen wrote: > Oops, i'm sorry. I applied your patch with --dry-run option so nothing > is patched. :(. > > Here the correct out.log. the program still doesn't run, it complains about > > err:opengl:wglCreateContext NULL visual !!! > > q2e complains the sa