Re: Wine test suite (or winrash, don't know which one) - possible way to improve for some persons (with some antivirus or firewall software running)

2004-12-09 Thread Ferenc Wagner
Francois Gouget <[EMAIL PROTECTED]> writes: > On Thu, 9 Dec 2004, Tero Tamminen wrote: > [...] >> So would it be possible to start all the tests from same >> directory (I mean, every version of the tests would start >> in same directory). It would save me some time because I >> wouldn't have to cl

Re: Wine test suite (or winrash, don't know which one) - possible way to improve for some persons (with some antivirus or firewall software running)

2004-12-09 Thread Francois Gouget
On Thu, 9 Dec 2004, Tero Tamminen wrote: [...] So would it be possible to start all the tests from same directory (I mean, every version of the tests would start in same directory). It would save me some time because I wouldn't have to click through all the messages. I've had some dealings with Z

Re: Jack Bug

2004-12-09 Thread Christian Britz
Christian Britz schrieb: >No. Maybe my server has not replicated yet. > >I'll inform you tommorow about success. > > does work now

Office2K and current Wine

2004-12-09 Thread Igor Shmukler
Hello, We have problems running most programs including Office with latest wine (20041201) we built from sources on RH9. Following error message appears when running installer: $ fixme:msi:MsiEnableLogA 0516 "c:\\windows\\temp\\Office 2000 SR-1 Premium Setup(0006)_MsiExec.txt" fixm

Re: tools/wineinstall

2004-12-09 Thread Christian Britz
Bon soir Vincent, dear all, Vincent Béron schrieb: >That's because it's unable to determine how it was installed in the >first place, and where the files are located. The "wine" program itself >is usually easy to find, but not necessarily so for the dlls and other >installed files. > >rpm -e, the

Re: Hang in usr1_handler (ptrace issue?)

2004-12-09 Thread Jesse Allen
On Mon, Dec 06, 2004 at 01:19:37PM -0700, Jesse Allen wrote: > On Mon, 06 Dec 2004 18:23:28 +, Mike Hearn <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Lately I've been seeing hangs of this form: > > ... > > in other words, whilst waiting on some server object it was suspended. I > > am running

Re: dlls/gdi/tests/metafile.c warning about test_mf_PatternBrush

2004-12-09 Thread Walt Ogburn
Hi Gerald, It's commented out because the test currently crashes under Wine. I submitted one patch earlier, but the metafile records weren't the same as the correct Windows values and it didn't get committed. Now that there's a test I'll work on another patch. - Walter On Thu, 9 Dec 2004, Ge

Re: include file cleanup : another step

2004-12-09 Thread Robert Shearman
Rémi Assailly wrote: I moved some defines, ttydrv will not use gdi.h any longer. I notice that some headers are declared twice, I removed useless declarations. Changelog: * moved some defines from gdi.h --- dlls/gdi/palette.

Re: include file cleanup : another step

2004-12-09 Thread Vincent Béron
Le jeu 09/12/2004 à 15:47, Rémi Assailly a écrit : > I moved some defines, ttydrv will not use gdi.h any longer. > I notice that some headers are declared twice, I removed useless > declarations. > > Changelog: > * moved some defines from gdi.h > > > --- dlls/gdi/palette.c~ 2004-10-1

Re: dlls/gdi/tests/metafile.c warning about test_mf_PatternBrush

2004-12-09 Thread Vincent Béron
Le jeu 09/12/2004 à 14:03, Gerald Pfeifer a écrit : > The following patch to dlls/gdi/tests/metafile.c > > revision 1.3 > date: 2004/12/09 11:37:59; author: julliard; state: Exp; lines: +236 -0 > Walt Ogburn <[EMAIL PROTECTED]> > Added some tests for win-format metafiles. > > introduce

dlls/gdi/tests/metafile.c warning about test_mf_PatternBrush

2004-12-09 Thread Gerald Pfeifer
The following patch to dlls/gdi/tests/metafile.c revision 1.3 date: 2004/12/09 11:37:59; author: julliard; state: Exp; lines: +236 -0 Walt Ogburn <[EMAIL PROTECTED]> Added some tests for win-format metafiles. introduces the following warning: metafile.c:381: warning: `test_mf_Patter

Re: Visual studio 6 build fix.

2004-12-09 Thread Juan Lang
> MS Visual C++ v6, when invoking the compiler and other build tools does > the following: > > create anonymous pipe; > duplicate the pipes write handle; > open's the file NUL > The attached patch makes this work properly. Ahh, cool, that might help with MinGW's windres.exe, too. It uses _pop

Re: visual studio 6 not happy?

2004-12-09 Thread Rein Klazes
On Wed, 01 Dec 2004 22:13:27 -0800, you wrote: > Jerry Geis wrote: > > I am trying to use wine 12-01-04 release with Visual Studio. > > I am getting the vcspawn error. Have you ever found a solution to that? > > [http://www.winehq.com/hypermail/wine-devel/2003/02/0335.html] > > Nope. I didn't lo

Visual studio 6 build fix.

2004-12-09 Thread Rein Klazes
Hi, MS Visual C++ v6, when invoking the compiler and other build tools does the following: create anonymous pipe; duplicate the pipes write handle; open's the file NUL calls CreateProcess starting vcspawn.exe with: startup info iohandles set to the 3 handles obtained above; the start

winelib problems

2004-12-09 Thread Joris Huizer
Hello, I tried winemaker (just the notepad example explained at the page) but it doesn't work: - I had to comment out 'use strict' - otherwise winemaker would complain; - still no notepad2 executable is generated... Is it under active development, or is winemaker having bigger problems? regards,

Re: EnumCalendarInfo

2004-12-09 Thread Robert Shearman
Vitaly Lipatov wrote: Some months ago Ken Belleau done some implementation of EnumCalendarInfo. http://www.winehq.org/hypermail/wine-patches/2004/04/0170.html I can't find any discussion of this patch. It is possible to review it and apply now? I would like to write some tests for this functions la

Re: Another systray patch

2004-12-09 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > OK on the second point. For the first how should it be handled? The > protocol Windows uses doesn't seem to let you return a success/failure > value. Do we just drop the tray icon? Yeah, something like that. It's OK to not add an icon if we are out of memo

EnumCalendarInfo

2004-12-09 Thread Vitaly Lipatov
Some months ago Ken Belleau done some implementation of EnumCalendarInfo. http://www.winehq.org/hypermail/wine-patches/2004/04/0170.html I can't find any discussion of this patch. It is possible to review it and apply now? I would like to write some tests for this functions later. P.S. Sorry for p

some description for ExtTextOut

2004-12-09 Thread Vitaly Lipatov
This patch adds description for ExtTextOut and missed constants. -- Vitaly Lipatov, ALT Linux Team Russia, Saint-Petersburg, www.etersoft.ru Index: dlls/gdi/font.c === RCS file: /home/wine/wine/dlls/gdi/font.c,v retrieving revision 1

add GetGlobalFontLinkObject in mlang

2004-12-09 Thread Vitaly Lipatov
Changes stub to FIXME for GetGlobalFontLinkObject in mlang DLL The patch is attached. -- Vitaly Lipatov, ALT Linux Team Russia, Saint-Petersburg, www.etersoft.ru Index: dlls/mlang/mlang.c === RCS file: /home/wine/wine/dlls/mlang/mlan

Re: Another systray patch

2004-12-09 Thread Mike Hearn
On Thu, 2004-12-09 at 15:35 +0100, Alexandre Julliard wrote: > It would be nice to do the XEMBED stuff as a separate patch. Also I > was hoping you would get rid of WS_EX_TRAYWINDOW instead of adding > even more uses of it... XEMBED in a separate patch is doable I guess but it wouldn't be used wit

Wine test suite (or winrash, don't know which one) - possible way to improve for some persons (with some antivirus or firewall software running)

2004-12-09 Thread Tero Tamminen
Hi! I don't know if this is proper list to send this (well, I didn't find any mailinglist for the Wine test suite app and mailinglist in sf project for winrash was empty). So I thought that information would possibly reach developers of Wine test suite or winrash through this mailinglist. And

Re: tools/wineinstall

2004-12-09 Thread Vincent Béron
Le mar 07/12/2004 à 21:21, Christian Britz a écrit : > Dear all, > > the script tools/wineinstall suggest to uninstall wine first if you > update an existing installation. > > This makes senses but it is uncomfortable that the script doesn't offer > the option to do that for the user. You always

Re: Another systray patch

2004-12-09 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > There was a crash in the previous patch, here is a fixed version. > > - Add a new wineshell process, and put system tray handling in there > - Rewrite the shell32 systray handling to be out of process > - Support the freedesktop.org XEMBED protocol It wou

Re: Another systray patch

2004-12-09 Thread Mike Hearn
On Mon, 06 Dec 2004 21:41:16 +, Mike Hearn wrote: > That's very strange. That was the first time I have tried sending a > patch via the builtin emacs sendmail facility, it would be annoying if > that mangles it somehow. I checked the web archive and my own inbox, and > the patch *looked* fine.

problem reading dir's with fix

2004-12-09 Thread Rein Klazes
hi, Since the change from readdir to getdents64 I cannot access certain files and dir's (including the one used for saving wine patches) with the common file dialog's. | 0009:Call ntdll.NtQueryDirectoryFile(0010,,,,77a6a070,77cc6b24,2000,0003,,77cc6b1

Re: wine/ windows/winproc.c programs/uninstaller/m ...

2004-12-09 Thread Dimitrie O. Paun
On Thu, Dec 09, 2004 at 08:08:00AM -0600, Alexandre Julliard wrote: > Log message: > Janitorial: C booleans must not be compared against TRUE. Thank you! -- Dimi.

Re: Build also 20 ppem font size for wine_sserifee.fon

2004-12-09 Thread Huw D M Davies
On Thu, Dec 09, 2004 at 05:33:01PM +0800, Dmitry Timoshkov wrote: > Hello, > > it seems that 20 ppem size for wine_sserifee was simply overlooked. > No, it's a different face than the 20 ppem for cp1251 and cp1252 and is actually the same face as one of the 120dpi ones. I believe this is a mist