Re: -fPIC on link line in winegcc for HPUX

2004-10-14 Thread Dimitrie O. Paun
On Thu, Oct 14, 2004 at 09:03:53PM -0700, Alexandre Julliard wrote: > Actually it could be argued that winegcc should add -fPIC itself if > it's needed for linking, users shouldn't have to worry about that. Absolutely, the user shouldn't need to provide anything. It would be silly to have some int

Re[2]: shlexec - skip argument identifier

2004-10-14 Thread Vitaliy Margolen
I see it now. I'll work on a better fix. It looks like more things are broken here. Wednesday, October 13, 2004, 6:50:45 PM, you wrote: > Vitaliy Margolen <[EMAIL PROTECTED]> writes: >> --- dlls/shell32/shlexec.c 14 Sep 2004 20:14:09 - 1.54 >> +++ dlls/shell32/shlexec.c 13 Oct 2004

Re: -fPIC on link line in winegcc for HPUX

2004-10-14 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > On Tue, Oct 12, 2004 at 10:42:37AM -0400, Warren_Baird/[EMAIL PROTECTED] wrote: >> The question: is this going to be harmful on other platforms? I'm not >> sure whether I should protect it with ifdefs, or just leave it as is. > > I think it shou

Re: env lookup in loading a dll

2004-10-14 Thread Bill Medland
On October 14, 2004 08:00 pm, Bill Medland wrote: > Anyone any ideas about this? > > With recent changes in Wine, registering msxml4.dll results in the path in > the registry being %SystemRoot%\system\msxml4.dll (which is correct). > Previously it was the explicit C:\windows\system\msxml4.dll. > >

Re: winetest results refused when run by wine

2004-10-14 Thread Kevin Koltzau
I think I've found the problem, mingw-w32api does not have mscms With this patch my build runs successfully However, I currently have another issue..sourceforge seems to have made some kind of minor change to their site that breaks sfpublish. As I'm not going to have much time to hack on sfpublis

env lookup in loading a dll

2004-10-14 Thread Bill Medland
Anyone any ideas about this? With recent changes in Wine, registering msxml4.dll results in the path in the registry being %SystemRoot%\system\msxml4.dll (which is correct). Previously it was the explicit C:\windows\system\msxml4.dll. The result is that CoCreateInstance results in an attempt t

Stupid thing to try ...

2004-10-14 Thread Ivan Leo Puoti
You can get the wine dlls build for windows from our sf.net page, look for the wine-dlls packages. Ivan. Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su http://www.libero.it

Re: Stupid thing to try ...

2004-10-14 Thread Steven Edwards
--- Lars Segerlund <[EMAIL PROTECTED]> wrote: > Ok, I get it, wine must us a binary loader for the windows dll's ... > areasonable ... Under Windows you can just compile the dll using mingw and then drop the dll in to the program direct that you want to test. Lets say you have a app name foo.exe

Re: Commctl32 Stubs

2004-10-14 Thread Dmitry Timoshkov
"Thorsten Kani" <[EMAIL PROTECTED]> wrote: > +BOOL WINAPI > +SetPathWordBreakProc(DWORD par1, HWND hwndTo) > +{ > +LRESULT result; > + > +result=SendMessageA (hwndTo,EM_GETWORDBREAKPROC,0,0); > +TRACE("(par1: %lx, HwndTo: %p, CurrentPWBProc: %lx) Stub!\n", par1, hwndTo, > result

Re: Rename Wine User Guide to Wine User's Guide?

2004-10-14 Thread Jakob Eriksson
Kuba Ober wrote: On niedziela 10 paÅdziernik 2004 02:04 pm, Marcus Meissner wrote: What about the cruelty to the common apostroph? I am not a native speaker, but it looks wrong there. Actually, the apostrophe looks quite right there. Whose guide is it? The user's. Then one has user's guide

Re: Commctl32 Stubs

2004-10-14 Thread Thorsten Kani
Thank you for your comments and for trying to implement the Functions. They are all very short in asm. I hope the following help: -MirrorIcon is used by the Windows Taskmanager (clicking File - New Task) -SetPathwordProc is imported by MSTask, W2K refuses to load if it can't find this Ordinal. A

unusual debug message

2004-10-14 Thread Ivan Leo Puoti
does anyone know what this means, and what could be causing it? libpng warning: Invalid cHRM white point Ivan. Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su http://www.libero.it

Re: Stupid thing to try ...

2004-10-14 Thread Thorsten Kani
Lars Segerlund wrote: I was thinking of a silly thing to try, namely replacing windows dll's with wines, does anybody have any thoughts about it ? I just thought about it as a debugging trick I wanted to try, but I don't know enough to evaluate if it's even worth trying. So what about it, is it w

Re: Rename Wine User Guide to Wine User's Guide?

2004-10-14 Thread Huw D M Davies
On Thu, Oct 14, 2004 at 07:11:59PM +0100, Paul Millar wrote: > If it [the possessing object] does [end with an s], then add just > the apostrophe. For example: if Simons owns a ball, which is red, > then Simons' ball is red.) Actually this is generally regarded as archaic, at least in the UK[1] -

Re: Stupid thing to try ...

2004-10-14 Thread Steven Edwards
--- Lars Segerlund <[EMAIL PROTECTED]> wrote: > I was thinking of a silly thing to try, namely replacing windows > dll's with wines, does anybody have any thoughts about it ? It wont work well. I have done it before. The best thing to do is the change your dlls search order and use a copy of the

Stupid thing to try ...

2004-10-14 Thread Lars Segerlund
I was thinking of a silly thing to try, namely replacing windows dll's with wines, does anybody have any thoughts about it ? I just thought about it as a debugging trick I wanted to try, but I don't know enough to evaluate if it's even worth trying. So what about it, is it worth giving a sh

Re: Rename Wine User Guide to Wine User's Guide?

2004-10-14 Thread Shachar Shemesh
Scott Ritchie wrote: The Winelib documentation is called the Winelib User's Guide, but the Wine documentation is called the Wine User Guide. I think for consistency's sake we should rename the Wine User Guide to Wine User's Guide - afterall, it's a guide for the user, not about the user. Thoughts?

Re: Rename Wine User Guide to Wine User's Guide?

2004-10-14 Thread Ivan Leo Puoti
Let's do it like Microsoft, and call it "Wine 1.0 starts here" ;-) Ivan. Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su http://www.libero.it

Problems using set in winedbg

2004-10-14 Thread Bill Medland
Am I just doing this wrong or is it a bug? I am trying to figure out a problem in an application. I want to turn on reg and relay once I am into the program. (If they are turned on initially I can't get into the program because of some sort of timeout or something). I am following the instruc

Re: Commctl32 Stubs

2004-10-14 Thread Robert Shearman
Thorsten Kani wrote: Added -SetPathWordBreakProc -MirrorICON -ImageList_SetColorTable This Patch makes MSGina and native Shlwapi happy. With it, commctl32 can be replaced on Win2k SP4. Thanks for the patch, but I'd rather get the params correct for the stubs. Can you let me know where each functi

Re: Rename Wine User Guide to Wine User's Guide?

2004-10-14 Thread Kuba Ober
[...] > We could add a blurb about why the User* Guide is named in a certain way > in the intro section, too ;-)) (just joking) [...] > P.S.: God, so much time wasted to prove writing of such a minor point ;-) Let's see if LyX folks decide to implement it, then you might as well port your documen

Re: Rename Wine User Guide to Wine User's Guide?

2004-10-14 Thread Paul Millar
Hi all, On Thursday 14 October 2004 16:00, Kuba Ober wrote: > On niedziela 10 paÅdziernik 2004 02:04 pm, Marcus Meissner wrote: > > On Sun, Oct 10, 2004 at 08:53:14AM -0400, Dimitrie O. Paun wrote: > > > On Sun, Oct 10, 2004 at 01:10:06AM -0700, Scott Ritchie wrote: > > > > I think for consistency

Re: Rename Wine User Guide to Wine User's Guide?

2004-10-14 Thread Andreas Mohr
Hi, On Thu, Oct 14, 2004 at 09:18:23AM -0700, Kenneth Porter wrote: > --On Thursday, October 14, 2004 11:00 AM -0400 Kuba Ober > <[EMAIL PROTECTED]> wrote: > > >Actually, the apostrophe looks quite right there. Whose guide is it? The > >user's. Then one has user's guide, not user guide. > > Wou

Re: Rename Wine User Guide to Wine User's Guide?

2004-10-14 Thread Dimitrie O. Paun
On Thu, Oct 14, 2004 at 09:18:23AM -0700, Kenneth Porter wrote: > --On Thursday, October 14, 2004 11:00 AM -0400 Kuba Ober > <[EMAIL PROTECTED]> wrote: > > >Actually, the apostrophe looks quite right there. Whose guide is it? The > >user's. Then one has user's guide, not user guide. > > Would it

Re: Rename Wine User Guide to Wine User's Guide?

2004-10-14 Thread Kenneth Porter
--On Thursday, October 14, 2004 11:00 AM -0400 Kuba Ober <[EMAIL PROTECTED]> wrote: Actually, the apostrophe looks quite right there. Whose guide is it? The user's. Then one has user's guide, not user guide. Would it not be "Users' Guide"? A guide for *all* users? (Plural) OTOH, I just plugged "u

Re: alsa 0.9 + audio.c (Joris Huizer)

2004-10-14 Thread Dietrich Teickner
Message: 2 Date: Wed, 13 Oct 2004 20:19:21 +0200 From: Joris Huizer <..> Subject: Re: alsa 0.9 + audio.c To: Dietrich Teickner wrote: >> Hi, >> >> Have anyone a solution for this problem ? >> >> Dietrich >> What *is* your problem?? Joris I and some others can not compile wine/dlls/winmm/

Re: [PATCH] DrawDibDraw flag handling

2004-10-14 Thread Peter Riocreux
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > On Thu, Oct 14, 2004 at 05:21:41PM +0200, Andreas Mohr wrote: >> Hi, >> >> On Thu, Oct 14, 2004 at 03:53:41PM +0100, Peter Riocreux wrote: >> > if (!(wFlags & DDF_DONTDRAW) && whdd->hpal) >> > -SelectPalette(hdc, whdd->hpal, FALSE); >>

Re: [PATCH] DrawDibDraw flag handling

2004-10-14 Thread Dimitrie O. Paun
On Thu, Oct 14, 2004 at 05:21:41PM +0200, Andreas Mohr wrote: > Hi, > > On Thu, Oct 14, 2004 at 03:53:41PM +0100, Peter Riocreux wrote: > > if (!(wFlags & DDF_DONTDRAW) && whdd->hpal) > > -SelectPalette(hdc, whdd->hpal, FALSE); > > + if ((wFlags & DDF_BACKGROUNDPAL) && ! (wFlags

Re: MM doc update

2004-10-14 Thread Brian Vincent
On Thu, 14 Oct 2004 13:45:01 +0100, Mike Hearn <[EMAIL PROTECTED]> wrote: > OK. I'll investigate. However, the diagrams have always looked wrong to > me even on a variety of different machines and browsers :( They look good here with Mozilla on XP and Linux. With regard to Inkscape and SVG, I th

Re: Rename Wine User Guide to Wine User's Guide?

2004-10-14 Thread Dimitrie O. Paun
On Thu, Oct 14, 2004 at 04:22:10PM +0100, Peter Riocreux wrote: > I have always operated on the principle that if two people can argue > about it then it should be written a different way, so how about one of: > > Guide for Wine Users > Guide to Using Wine > Wine: a guide for Users > Using Wine H

Re: [PATCH] DrawDibDraw flag handling

2004-10-14 Thread Andreas Mohr
Hi, On Thu, Oct 14, 2004 at 03:53:41PM +0100, Peter Riocreux wrote: > if (!(wFlags & DDF_DONTDRAW) && whdd->hpal) > -SelectPalette(hdc, whdd->hpal, FALSE); > + if ((wFlags & DDF_BACKGROUNDPAL) && ! (wFlags & DDF_SAME_HDC)) > + SelectPalette(hdc, whdd->hpal, TRUE); > +

Re: [PATCH] DrawDibDraw flag handling

2004-10-14 Thread Peter Riocreux
Andreas Mohr <[EMAIL PROTECTED]> writes: > This is rather non-obvious if handling, I'm surprised that the compiler > doesn't warn about it, or does it? It did, but I was making from the top level and it got lost amongtsh the other messages. > Could you add proper braces there? Fixed up patch be

Re: Rename Wine User Guide to Wine User's Guide?

2004-10-14 Thread Peter Riocreux
Kuba Ober <[EMAIL PROTECTED]> writes: > On niedziela 10 październik 2004 02:04 pm, Marcus Meissner wrote: >> On Sun, Oct 10, 2004 at 08:53:14AM -0400, Dimitrie O. Paun wrote: >> > On Sun, Oct 10, 2004 at 01:10:06AM -0700, Scott Ritchie wrote: >> > > I think for consistency's sake we should rename

[PATCH] DrawDibDraw flag handling

2004-10-14 Thread Peter Riocreux
I got a lot of messages from this function about a particular flag (DDF_BACKGROUNDPAL) not being handled, so I tried to handle it. The MSDN docs are at I am coming to this completely cold, so I

Re: Rename Wine User Guide to Wine User's Guide?

2004-10-14 Thread Kuba Ober
On niedziela 10 paÅdziernik 2004 02:04 pm, Marcus Meissner wrote: > On Sun, Oct 10, 2004 at 08:53:14AM -0400, Dimitrie O. Paun wrote: > > On Sun, Oct 10, 2004 at 01:10:06AM -0700, Scott Ritchie wrote: > > > I think for consistency's sake we should rename the Wine User Guide to > > > Wine User's Gui

RFH: winuser.h

2004-10-14 Thread Dimitrie O. Paun
Can someone please help me with the value of LBS_COMBOBOX? TIA, Dimi.

Re: MM doc update

2004-10-14 Thread Mike Hearn
Francois Gouget wrote: It looks just fine here. The HTML uses which should cause your browser to use fixed fonts. If that's not the case then there is something wrong with your setup. OK. I'll investigate. However, the diagrams have always looked wrong to me even on a variety of different machi

Re: nonclient.c and sysmetrics.c

2004-10-14 Thread William Poetra Yoga Hadisoesen
--- "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 13, 2004 at 09:57:49AM -0700, William Poetra Yoga Hadisoesen > wrote: > > And, I forgot to attach the diff. It's attached now. > > The patch is rather large. Please try to keep a bug/fix per patch > (keeping in mind that each patch s