printdlg question

2004-07-15 Thread truiken
Hi, In the PRINTDLG_WMInitDialog() and PRINTDLG_SetUpPrinterListCombo() functions, what purpose does the 'name' variable server? I know it's the name of the current printer, but what role does it play in setting up the printer list combo? dlls/commdlg/printdlg.c Thanks, James Hawkins

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-15 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "Shachar Shemesh" <[EMAIL PROTECTED]> wrote: If I have LC_CTYPE and LANG pointing at different things, it may be because I want to speak one language, but have an encoding that belongs to another. There is nothing broken with that, and there is no reason not to support

Re: wine-pthread use the TEB register on PowerPC

2004-07-15 Thread Alexandre Julliard
"Pierre d'Herbemont" <[EMAIL PROTECTED]> writes: > This patch enables the use of wine-pthread on darwin, and more > generally on PowerPC hosts. > > Pierre. > > ChangeLog: > Use the TEB register on PowerPC hosts. The intent is that wine-pthread should use only portable pthread functions. Why do yo

Re: Prevent heap corruption in CryptAcquireContext

2004-07-15 Thread Michael Jung
Alexandre Julliard writes: > Michael Jung <[EMAIL PROTECTED]> writes: > > this is a resubmit of a simple patch I've sent yesterday, but which was > > not applied to cvs. I would like to give some detail on it: There is a > > section of code labeled "error:" at the end of CryptAcquireContext, which

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-15 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > If I have LC_CTYPE and LANG pointing at different things, it may be > because I want to speak one language, but have an encoding that belongs > to another. There is nothing broken with that, and there is no reason > not to support that. That can't

Re: Marshalling tutorial

2004-07-15 Thread Marcus Meissner
> In the case of InstallShield, it actually comes with typelibs for all > the interfaces it needs to marshal (fixme: is this right?), but they > actually use a mix of MIDL and typelib marshalling. In order to cover up > for the fact that we don't really use RPC they're all force to go via > the typ

Re: wrong test results on test.winehq.org

2004-07-15 Thread Jeremy Newman
There was a bug that we were trying to fix with the report generator. I'm not sure of the version this dir is supposed to be, as it was just called "-", so I set it to the date of the import. On Thu, 2004-07-15 at 05:47, Stefan Leichter wrote: > Hello, > > is it right that the test result in the

Re: Prevent heap corruption in CryptAcquireContext

2004-07-15 Thread Alexandre Julliard
Michael Jung <[EMAIL PROTECTED]> writes: > this is a resubmit of a simple patch I've sent yesterday, but which was not > applied to cvs. I would like to give some detail on it: There is a section of > code labeled "error:" at the end of CryptAcquireContext, which releases > occupied resources i

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-15 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "Shachar Shemesh" <[EMAIL PROTECTED]> wrote: Following a discussion with Alexandre on IRC, here is a revised patch. This one doesn't touch the LC_MESSAGE, as these do not affect the user locale. Further work will be necessary on supporting MUI like language checking.

Re: DefPushButton management patch

2004-07-15 Thread Andreas Mohr
Hello, On Thu, Jul 15, 2004 at 03:38:38PM +0200, Katia Maculan wrote: > I found and fixed 2 problems in DEAFULTPUSHBUTTON management: Since the destination address was titled "path", I assume you intend(ed) to send it to wine-patches instead. Unless you're not sure yet and thus want to have it th

DefPushButton management patch

2004-07-15 Thread Katia Maculan
I found and fixed 2 problems in DEAFULTPUSHBUTTON management: 1) In function DIALOG_CreateControls32 if a default push button exists the dlgInfo->idResult is set with the DefPushButtonId. If I change the focus to other controls of the dialog with the TAB key,  each time I change the focus the

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-15 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > Following a discussion with Alexandre on IRC, here is a revised patch. > This one doesn't touch the LC_MESSAGE, as these do not affect the user > locale. Further work will be necessary on supporting MUI like language > checking. > if ((lang =

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-15 Thread Dmitry Timoshkov
"Nicolai Kuntze" <[EMAIL PROTECTED]> wrote: > Yes, of course. I would not ask if I hadn't. This is about 5 hours ago. > But my problem still exists. I do not think that there is some > fundamental problem but unfortunatly I can not debug it myself. If > I know exactly what you need from th

Re: [Wine]FMOD audio engine fails to initialize DirectMusic

2004-07-15 Thread Paul Davis
>I don't understand you. We are discussing a problem in the wineoss sound >backend. This backend interfaces with the OSS API. Are you saying Wine's >OSS backend should use Alsa??? OK, that wasn't clear from the initial context of the discussion. Sorry, I missed it. Ignore me then.

Re: [Wine]FMOD audio engine fails to initialize DirectMusic

2004-07-15 Thread Francois Gouget
On Thu, 15 Jul 2004, Paul Davis wrote: > >Hmm, the specs don't actually say that opening RDWR only works > > Warning - basing this on the OSS API is probably a mistake. Although > ALSA supports the OSS API, its also preferable to use the ALSA API for > a variety of reasons, most of them related to

Re: [Wine]FMOD audio engine fails to initialize DirectMusic

2004-07-15 Thread Paul Davis
>Hmm, the specs don't actually say that opening RDWR only works Warning - basing this on the OSS API is probably a mistake. Although ALSA supports the OSS API, its also preferable to use the ALSA API for a variety of reasons, most of them related to interoperability with different audio interfaces

Re: wgl prototypes missing from wingdi.h

2004-07-15 Thread Lionel Ulmer
On Thu, Jul 15, 2004 at 09:29:34AM +0200, Andreas Mohr wrote: > ...which could perhaps be solved by making the calling convention a define > in the Linux headers, no? > > /* our headers usually need cdecl, but external software sometimes has different > requirements, so allow overriding */ > #ifn

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-15 Thread Shachar Shemesh
Following a discussion with Alexandre on IRC, here is a revised patch. This one doesn't touch the LC_MESSAGE, as these do not affect the user locale. Further work will be necessary on supporting MUI like language checking. Shachar Shemesh wrote: Changelog: Shachar Shemesh <[EMAIL PROTECTED]> dl

Re: [Wine]FMOD audio engine fails to initialize DirectMusic

2004-07-15 Thread Francois Gouget
On Wed, 14 Jul 2004, Robert Reif wrote: > Francois Gouget wrote: > > >Why does DirectSound need full-duplex? > >It doesn't seem like it should be needed for simple playback. > >In fact I said I would send a patch to change this ERR to a WARN and I > >guess this means I'm overdue... > > > According

wrong test results on test.winehq.org

2004-07-15 Thread Stefan Leichter
Hello, is it right that the test result in the directory 200407111000 are build from cvs of the 11th July 2004? If no please delete the mail now ;-) Otherwise please take a look to the failing kernel:profile tests results of e.g win98 (http://test.winehq.org/data/200407111000/98se_JosephBooker/

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-15 Thread Nicolai Kuntze
Yes, of course. I would not ask if I hadn't. This is about 5 hours ago. But my problem still exists. I do not think that there is some fundamental problem but unfortunatly I can not debug it myself. If I know exactly what you need from the developer of the program I can see what I can do b

Re: wgl prototypes missing from wingdi.h

2004-07-15 Thread Andreas Mohr
Hi, On Wed, Jul 14, 2004 at 08:45:04PM +0200, Lionel Ulmer wrote: > > Uhhh. So should I file a bug report? > > Well, it would be a nice way to prevent it falling out of my TODO list > (which is rather huge :-) ). > > > I don't see where the conflict is. I thought that wgl was Windows only. >