Re: Broken cross-build, again.

2005-02-08 Thread Paul Millar
On Friday 04 February 2005 22:14, Stefan Leichter wrote: > the attached patch fixes the build problem for me. Thanks, Stefan, that seems to have fixed the problem. Test-build worked correctly, so the next "production" build cycle should be us back in business again. Cheers, Paul. > Am Freitag

Re: dlls/shell32/cpanelfolder.c - extended

2005-02-08 Thread Dmitry Timoshkov
"Ge van Geldorp" <[EMAIL PROTECTED]> wrote: > memcpy(&sei_tmp, psei, sizeof(sei_tmp)); > sei_tmp.lpFile = path; > sei_tmp.fMask &= ~SEE_MASK_INVOKEIDLIST; > +sei_tmp.lpVerb = L"cplopen"; You can't use unicode literals in Wine, you need to explicitly declare them. -- Dmitry.

Re: setupapi - ReactOS Merge 20050205

2005-02-08 Thread Steven Edwards
--- Alexandre Julliard <[EMAIL PROTECTED]> wrote: > You shouldn't do that kind of preventive version check, you should > always call the function and then deal with failures appropriately. Sorry I am a little dense. If both functions are just no-ops on Win9x then the app should not be calling th

Re: Regression in "Star wars: The Phantom Menace"

2005-02-08 Thread Carlos Lozano
Hello, El mar, 08 de feb de 2005, a las 18:31, Rein Klazes escribio: > > Log message: > > Rein Klazes <[EMAIL PROTECTED]> > > Get rid of the rdtsc cpu instruction method for calculation of the > > performance counter. Put the calculation (based on gettimeofday) in > > NtQueryPerfo

Re: Lotus Notes - still broken

2005-02-08 Thread Paul R Streitman
Mike, Very interesting, especially the installation! I am running Notes 6.53 installed under WinXP on a fat32 partition. As of http://cvs.winehq.org/patch.py?id=14725 on 12/07, notes will start but once you do just about anything (for example, open your inbox using the 'smarticon' at the top o

Re: Lotus Notes - still broken

2005-02-08 Thread Mike Hearn
On Tue, 08 Feb 2005 15:35:04 -0500, Paul R Streitman wrote: > This is not intended to be a nag, but since so very much has gone into CVS > in the two months since 12/07 I thought that I would try today's CVS level > with Lotus Notes. As the subject says, it is still broken. I'm afraid you'll have

Lotus Notes - still broken

2005-02-08 Thread Paul R Streitman
This is not intended to be a nag, but since so very much has gone into CVS in the two months since 12/07 I thought that I would try today's CVS level with Lotus Notes. As the subject says, it is still broken. Thanks,

Re: IDC_RIGHT, IDC_CENTER not defined ?

2005-02-08 Thread Robert Shearman
George Ginden wrote: George Ginden ha scritto: OK I'm trying to implement text alignment in the edit control. Now, one question how do I know (in the EDIT_WM_NCCreate for example) if the text alignment has been requested by the programmer ? Nevermind, I've figured it out. Now I need to set the "c

Re: winrash bug

2005-02-08 Thread Ivan Leo Puoti
Chris Morgan wrote: Is this based on what the installer displays or upon output from winrash in the debug.txt file? It is based on the installer telling me I'm on windows 95 and that I must install the winsock2 update for windows 95. Ivan.

Re: IDC_RIGHT, IDC_CENTER not defined ?

2005-02-08 Thread George Ginden
George Ginden ha scritto: OK I'm trying to implement text alignment in the edit control. Now, one question how do I know (in the EDIT_WM_NCCreate for example) if the text alignment has been requested by the programmer ? Nevermind, I've figured it out. Now I need to set the "caret" position within

Re: winrash bug

2005-02-08 Thread Chris Morgan
Is this based on what the installer displays or upon output from winrash in the debug.txt file? Chris > > From: Ivan Leo Puoti <[EMAIL PROTECTED]> > Date: 2005/02/08 Tue PM 01:35:43 EST > To: wine-devel@winehq.com > Subject: winrash bug > > version 0011 incorrectly detects windows nt 4.0 as

wine + winamp: fixme:wave:OSS_AddRingMessage two fast messages in the queue!!!!

2005-02-08 Thread seut
hello, we are using winamp 2.95 with latest wine 0.0.20040914 and are wondering what there is about these 'fixme:wave:OSS_AddRingMessage two fast messages in the queue' messages dumped out at the console every few seconds... Same happens(but with 'ALSA_AddRingMessages' of course) if we're usin

Re: Tests for bug 2686

2005-02-08 Thread Alexandre Julliard
"Ann and Jason Edmeades" <[EMAIL PROTECTED]> writes: > Didn't the bug report a real world app requiring that behaviour? I think the > reactos regedit was working on windows but failing under wine due to this > exact problem, if I recall correctly. Well, yes, but that doesn't really qualify as a r

winrash bug

2005-02-08 Thread Ivan Leo Puoti
version 0011 incorrectly detects windows nt 4.0 as windows 95. Ivan.

Re: Regression in "Star wars: The Phantom Menace"

2005-02-08 Thread Lionel Ulmer
On Tue, Feb 08, 2005 at 06:31:26PM +0100, Rein Klazes wrote: > > Causes regression in the game "Star Wars: The Phantom Menace". > > The game was playable before of the patch, now it is freezes > > in the 3th title screen. > > Sorry to hear that. Unfortunately the patch fixes a real problem, I > th

Re: Text Alignment, how is it handled ?

2005-02-08 Thread Ulrich Czekalla
Actually I just started to look at this as well. I expect to have a patch in the next day or so. If you already have something let me know and I'll stop working on it. Thanks, /Ulrich On Tue, Feb 08, 2005 at 09:26:30AM +0100, George Ginden wrote: > Dimitrie O. Paun ha scritto: > > >Currently, o

RE: Tests for bug 2686

2005-02-08 Thread Ann and Jason Edmeades
>> Here's some tests which show the problem reported as bug 2686. I tried to >> find a way to fix it but its not simple. (Note I can only confirm that XP >> behaves as described). >On XP yes, but it will fail on Win9x, the API doesn't guarantee that >the returned size will be identical to the all

Re: Regression in "Star wars: The Phantom Menace"

2005-02-08 Thread Rein Klazes
On Sat, 5 Feb 2005 19:14:40 +0100, you wrote: > > Hello, > > The patch: > http://www.winehq.org/hypermail/wine-cvs/2005/01/0612.html > > Log message: > Rein Klazes <[EMAIL PROTECTED]> > Get rid of the rdtsc cpu instruction method for calculation of the > performance counter. P

Re: Text Alignment, how is it handled ?

2005-02-08 Thread George Ginden
Dimitrie O. Paun ha scritto: Currently, our edit box (dlls/user/edit.c) does not support right-aligned fields. It is a known limitation. If you want you can try to implement it, and submit a patch. OK, I'm into it. But wait, I'm pretty new to the Wine codebase... Do you think it is a hard implem

Re: [Darwine] Wine for Linux PPC emulate Mac OS

2005-02-08 Thread Jakob Eriksson
M-Rick wrote: It is not exactly what i Said at all. I said to run directly under Linux PPC Mac OS software without runing Mac OS, this project looks to be interesting but intends to run Mac OS softwares on x86 hardware, me what I spoke about is for PPC architecture. A kind of WineHQ PPC only Mac

IDC_RIGHT, IDC_CENTER not defined ?

2005-02-08 Thread George Ginden
OK I'm trying to implement text alignment in the edit control. Now, one question how do I know (in the EDIT_WM_NCCreate for example) if the text alignment has been requested by the programmer ? I guess the GetDlgItem function on es->hwndParent should do the job... but IDC_RIGHT and IDC_LEFT are

Re: MSIEXEC: fix command line parsing

2005-02-08 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > ChangeLog: > * Fix msiexec's command line parsing. What does msiexec require that the standard command-line parsing cannot support? -- Alexandre Julliard [EMAIL PROTECTED]

Re: Tests for bug 2686

2005-02-08 Thread Alexandre Julliard
"Ann and Jason Edmeades" <[EMAIL PROTECTED]> writes: > Here's some tests which show the problem reported as bug 2686. I tried to > find a way to fix it but its not simple. (Note I can only confirm that XP > behaves as described). On XP yes, but it will fail on Win9x, the API doesn't guarantee th

Re: setupapi - ReactOS Merge 20050205

2005-02-08 Thread Alexandre Julliard
Steven Edwards <[EMAIL PROTECTED]> writes: > +BOOL WINAPI DelayedMove(LPCWSTR lpExistingFileName, LPCWSTR lpNewFileName) > +{ > +if (OsVersionInfo.dwPlatformId != VER_PLATFORM_WIN32_NT) > +{ > +SetLastError(ERROR_CALL_NOT_IMPLEMENTED); > +return FALSE; > +} > + > +r

Re: bi-arch on an amd64 SUCCESS

2005-02-08 Thread Alex Woods
It turns out, it's actually a problem with kernel 2.6.10 that I was encountering, and the multilib build is a success. With kernel 2.6.9 wine runs perfectly. To round things up, here are the steps I took to achieve this: 1. Apply patch below (will be submitting to wine-patches) 2. Move your /usr

Re: widl: let widl understand typedef enum

2005-02-08 Thread Huw D M Davies
On Sun, Feb 06, 2005 at 09:31:37AM -0500, Vincent Béron wrote: > Le dim 06/02/2005 à 09:01, Mike Hearn a écrit : > > On Sat, 05 Feb 2005 12:37:08 -0600, Rob Shearman wrote: > > > Yeah, it seems strange, but I have a test program here that shows it is > > > 32-bits application-side for proxies/stub