Re: GetOpenFileNameA has trouble with UTF-8 locale and UTF-8 encoded pathname

2005-11-22 Thread Michael Jung
Hi, On Monday 21 November 2005 18:38, Alex Villací­s Lasso wrote: I was rather hoping for an explanation of which is the correct behavior for an UTF-8 locale: Sorry. I guess I'm not that competent when it comes to character encoding stuff. But then, Alexandre and Troy already answered your

Re: wine and automation objects

2005-11-22 Thread Marcus Meissner
On Tue, Nov 22, 2005 at 10:08:07AM +0100, Curro Amores wrote: hi, I have an application with Access 97 and i use automation for some aspects. The app runs perfectly but when i want to do something that uses automation it crashes. Anybody could help me? Just open a bugreport in bugzilla

Re: windows.h

2005-11-22 Thread Marcus Meissner
On Tue, Nov 22, 2005 at 01:30:59AM -0500, Steven Edwards wrote: Hi All, I don't understand the reason we are still manually including each header in most of the sources. Its like totally incompatible with the latest PSDK unless you add a define for _X86_. We are getting to the point in some

Re: Fwd: Re: MBR was destroyed

2005-11-22 Thread Saulius Krasuckas
* On Mon, 21 Nov 2005 [EMAIL PROTECTED] wrote: * On Mon, 21 Nov 2005 15:05:28 +0100, seorge [EMAIL PROTECTED] wrote: Please tell me, what exact information should I provide the developers with the experiment described below. You may run dd command to retrieve MBR at every moment,

Re: Visual changes after running tests

2005-11-22 Thread Rein Klazes
On Mon, 21 Nov 2005 14:28:14 +0100 (CET), you wrote: the problem with the big icons is due to the fact that (somehow) CaptionWidth is changed. I see it now, on XP in the Tele Tubby mode. Classic Windows is alright. Hmm, it looks like the icons get bigger on about any SP_SETNONCLIENT call. I

Re: wine and automation objects

2005-11-22 Thread Boaz Harrosh
Curro Amores wrote: hi, I have an application with Access 97 and i use automation for some aspects. The app runs perfectly but when i want to do something that uses automation it crashes. Anybody could help me? thanks maybe it will work with Native OLE implementation. If you must use it

Re: Fwd: Re: MBR was destroyed

2005-11-22 Thread seorge
Seorge, can you explain, how did you exactly restored MBR using GRUB, please? I've booted with grub-floppy, then when the system was up, I executed 'grub-install /dev/hda'.

Re: OpenGL bug in 0.9.1

2005-11-22 Thread Oliver Stieber
--- Daniel [EMAIL PROTECTED] wrote: On Tue, Nov 22, 2005 at 08:55:05AM +0100, Raphael wrote: Daniel is putting a patch together, his card only supported glx 1.2 and glXChooseFBConfig required 1.3. There was some old code that works with 1.2 that he's using. No, all cards

Re: OpenGL bug in 0.9.1

2005-11-22 Thread Daniel
On Tue, Nov 22, 2005 at 02:05:07PM +, Oliver Stieber wrote: From ATI's documentation on pbuffers, but still about glx and X11 [...] To use pbuffers, you need a custom version of libGL.so.1.2 installed - including our GLX 1.3 emulation code. Our driver installation tool will automatically

Re: WINEMAILER: a new winelib app

2005-11-22 Thread Alexandre Julliard
Hans Leidekker [EMAIL PROTECTED] writes: Changelog Added winemailer, a winelib app that wraps the native OS mail client. I think this could just as well go into winebrowser, it's really a very similar functionality. -- Alexandre Julliard [EMAIL PROTECTED]

Re: safedisc

2005-11-22 Thread Vitaliy Margolen
Monday, November 21, 2005, 4:54:56 PM, Ivan Leo Puoti wrote: Raphael Junqueira asked on bugzilla what the safedisc status is. Currently it works fine, and I believe what we have is more or less ready for CVS. However Vitaly told me Alexandre didn't like the object manager Vitaly wrote,

Re: [wined3d] pixel shader cross compiler [3] resend

2005-11-22 Thread Oliver Stieber
The code was coppied from d3d8 so I asssumed it was correct, I'll go through and recheck everything. Thanks, Oliver. --- Ivan Gyurdiev [EMAIL PROTECTED] wrote: +typedef FLOAT D3DMATRIX44[4][4]; +typedef FLOAT D3DMATRIX43[4][3]; +typedef FLOAT D3DMATRIX34[4][4]; +typedef FLOAT

Re: error of double click chinese name txt file in softwares (e.g winefile, WinRAR)

2005-11-22 Thread Andreas Mohr
Hi, On Tue, Nov 22, 2005 at 03:02:16PM +0800, mengzhuo li wrote: ChangeLog: dlls/kernel/process.c limengzhuo [EMAIL PROTECTED] fix the error of double clicking chinese name txt file in software (e.g. winfile). it shows the error wine: cannot open builtin

Re: error of double click chinese name txt file in softwares (e.g winefile, WinRAR)

2005-11-22 Thread Paul Vriens
On Tue, 2005-11-22 at 15:02 +0800, mengzhuo li wrote: ChangeLog: dlls/kernel/process.c limengzhuo [EMAIL PROTECTED] fix the error of double clicking chinese name txt file in software (e.g. winfile). it shows the error wine: cannot open builtin library for

Re: Fwd: Re: MBR was destroyed

2005-11-22 Thread wino
On Tue, 22 Nov 2005 12:30:02 +0100, Saulius Krasuckas [EMAIL PROTECTED] wrote: Seorge, can you explain, how did you exactly restored MBR using GRUB, please? fiddle with wine, one step at a time , running the following check at each step, keeping notes on what is done each time. dd

Re: Implement directory object in wineserver.

2005-11-22 Thread Robert Shearman
Vitaliy Margolen wrote: ChangeLog: Implement directory object in wineserver. I like the design, but I have a few comments on the patch. server/Makefile.in |1 server/directory.c | 384 +++ server/main.c |1 server/object.c

Re: GetOpenFileNameA has trouble with UTF-8 locale and UTF-8 encoded pathname

2005-11-22 Thread Troy Rollo
On Tue, 22 Nov 2005 19:35, Michael Jung wrote: Are you saying that on an asian system CP_ACP is actually a double byte encoding? Is anybody on the list using an asian locale on her system? Does it break the unixfs extension? The Chinese, Japanese and Korean code pages ( 932, 936, 949 and 950)

Re: Implement directory object in wineserver.

2005-11-22 Thread Robert Shearman
Vitaliy Margolen wrote: +struct object *obj, *parent; +struct unicode_str name_l = *attr-name; What does name_l stand for? L for local. I don't like to give local variables to long of the names. I'd drop the _l suffix. It confused me when reading your patch into

Re: popen() to execute\read a Linux (not windows) command

2005-11-22 Thread Sergio Tridente
Sergio wrote: Hi, From a win32 program compiled with winelib I am trying to execute the following: FILE *program; if (program = popen(dcop amarok player nowPlaying, r)) fgets(buff, sizeof(buff), program); The idea is to read the current track amarok's playing. But I keep

Re: popen() to execute\read a Linux (not windows) command

2005-11-22 Thread Rob Shearman
Sergio Tridente wrote: Sergio wrote: Hi, From a win32 program compiled with winelib I am trying to execute the following: FILE *program; if (program = popen(dcop amarok player nowPlaying, r)) fgets(buff, sizeof(buff), program); The idea is to read the current track amarok's playing.

winspool: comments for GetPrinterDriverDirectory updated please

2005-11-22 Thread Detlef Riekenberg
Hi. I ask for comments before sending this as 2 or 3 patches. - Correct 2 failing tests on win9x - Add Documentation for GetPrinterDriverDirectoryW/A (c2man) - Add Function validate_envW to validate the user-supplied Printing Environment (respect Windows Version - Setting) - Change

Re: ADVPACK/tests: exit after 0x8007007e

2005-11-22 Thread Detlef Riekenberg
Am Donnerstag, den 17.11.2005, 18:38 + schrieb James Hawkins: I have NT3.51sp5 with ie5.00 here. (qemu) Tell me, what you want to be tested. Can you run the advpack test after applying and compiling the following patch? Just send back the output. advpack.dll is not present on NT 3.51

Steam regression of the day

2005-11-22 Thread Ivan Gyurdiev
The networking bug has been fixed, but another problem is that I can't see any of the text. Appdb mentions something about installing tahoma.ttf from a Windows installation, which makes no sense to me, since I could see Steam displayed fine earlier, making this a regression. Any suggestions as

Re: GTA installer - hidden message boxes [ user32 ]

2005-11-22 Thread Ivan Gyurdiev
[EMAIL PROTECTED] wrote: On Sat, 08 Oct 2005 08:47:09 +0200, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: well some times, things that ont work in normal mode, do work in desktop mode There is an old bug, the dialog boxes getiing behind the main window I get similar behaviour on an

Re: Recording error: Should descend into data chunk. Please report.

2005-11-22 Thread Peter Åstrand
On Tue, 22 Nov 2005, Eric Pouech wrote: Well, sort of. The error message is gone; MCIERR_UNRECOGNIZED_COMMAND is not returned any more. However, something else is wrong: No recording file is saved. There should be a file called .wav in the Tal directory, but no such file exists after