Re: AppDB

2005-06-27 Thread Jeremy Newman
On Mon, 2005-06-27 at 13:09 -0400, Chris Morgan wrote: > Jeremy, any update on when the server is getting an upgrade? Anything > we can do to speed this up? Sorry, no ETA at this time. -- Jeremy Newman <[EMAIL PROTECTED]> CodeWeavers, Inc.

Re: [wine] Soliciting suggestions for AppDB

2005-06-27 Thread Chris Morgan
The patch needed some minor changes and clarifications. I haven't received a resubmission yet. Chris On 6/27/05, Mitchell Mebane <[EMAIL PROTECTED]> wrote: > David Lee Lambert wrote: > On Wednesday 08 June 2005 08:32 pm, Mitchell Mebane wrote: > > > > I'm putting together a Summer of

RE: Version Info on user.exe

2005-06-27 Thread Rolf Kalbermatter
> It clearly states that no installation on a non german > windows version is possible... > > It may be broken and anyways it is strange, but it does not abuse the > windows API and I think wine should support it. But how? The next version will check kernel32 instead to be German, and then the

Re: [wine] Soliciting suggestions for AppDB

2005-06-27 Thread Mitchell Mebane
David Lee Lambert wrote: On Wednesday 08 June 2005 08:32 pm, Mitchell Mebane wrote: I'm putting together a Summer of Code proposal for working on the AppDB. I've been talking with Chris Morgan, and he has a few suggestions, but I was looking for more. Does anybody have any feature

Re: msi: prevent locking the cd

2005-06-27 Thread Alexandre Julliard
Aric Stewart <[EMAIL PROTECTED]> writes: > Copy the msi file to a temp file to prevent locking a CD during an > install. This allows multi disc installs to eject the first volume. This fails make test: fixme:msi:MSI_OpenDatabaseW open failed r = 80030050! format.c:84: Test failed: Failed to open

Re: Fix libGL.a check on configure

2005-06-27 Thread Alexandre Julliard
Anderson Lizardo <[EMAIL PROTECTED]> writes: > Hi, > > Changelog: > > Fixed the libGL.a configure check for systems where > /usr/X11R6/lib/libGL.so is a symbolic link. > > > PS.: I've not used a simple "test -e" because > http://www.winehq.org/hypermail/wine-patches/2002/01/0206.html says this

Re: [PATCH] FCI work for cabinet.dll [cabinet-fci-patch-03.diff]

2005-06-27 Thread Alexandre Julliard
"Gerold J. Wucherpfennig" <[EMAIL PROTECTED]> writes: > +static cab_ULONG fci_set_little_endian_ulong( cab_ULONG i ) { > + unsigned char v[4]; > + v[0]=i; > + v[1]=i>>8; > + v[2]=i>>16; > + v[3]=i>>24; > + return *((cab_ULONG*)(v)); > +} > + > +static cab_ULONG fci_get_little_endian_ulong( c

Re: AppDB

2005-06-27 Thread Chris Morgan
There are server upgrades that will hopefully come in the next few months that will upgrade a lot of the libraries and software on the appdb machine. This will let us use the latest version of GD. Afaik this is the only think holding up our use of the newer GD. Jeremy, any update on when the ser

Re: AppDB

2005-06-27 Thread Jonathan Ernst
Le lundi 27 juin 2005 à 11:24 -0500, Mitchell Mebane a écrit : > Hi, > > My Summer of Code proposal to work on the AppDB wasn't accepted, but I > still wish to do some of the things I listed. > > Anyway, I was looking at the code for image handling, and I see it is > written for GD 1. Thus, any i

AppDB

2005-06-27 Thread Mitchell Mebane
Hi, My Summer of Code proposal to work on the AppDB wasn't accepted, but I still wish to do some of the things I listed. Anyway, I was looking at the code for image handling, and I see it is written for GD 1. Thus, any image which has to be resized gets cut down to 256 colors, and is simply r

Re: Move Notification Window (aka systray) To A Separate Process

2005-06-27 Thread Dimi Paun
From: "Robert Shearman" <[EMAIL PROTECTED]> > Changelog: > Move notification window (aka systray) to a separate process. > --- /dev/null 2005-06-27 03:50:51.210644768 -0500 > +++ programs/winesystray/Makefile.in 2005-06-26 08:34:07.0 -0500 Cool, but I wan't the plan to have only one exter

Re: Battlefield 1942 Regression

2005-06-27 Thread Stefan Dösinger
Hi, > That seems odd SFAIK Battlefield 1942 is a directX 8 > game Yes, as far as I know it is. > My notes on the demo are as follows > 'seems to be ok, but there's a lot of missing text > (this could just be a missing font though) The fonts work with cedega, in wine there are only blocks. I didn

Where to map the unixfs extension

2005-06-27 Thread Michael Jung
Hi, What if we map the unixfs extension on the desktop instead of on mycomputer? So if HKCR\Software\Microsoft\Windows\Current Version\Explorer\Desktop\Namespace\{UnixDosFolderCLSID} is present, the desktop folder would forward ParseDisplayName calls to UnixDosFolder instead of MyComputer. We

Re: dlls/commdlg/printdlg.c : Now works PageSetupDlgA function

2005-06-27 Thread Michael Stefaniuc
Hi, you may want to recheck your patch as it contains lots of cvs update conflicts. [EMAIL PROTECTED] wrote: It's too big patch, but break it to many parts very hard. ChangeLog: Complex PageSetupDlg patch [Snip] +<<< printdlg.c ^ cvs update conflict +/

Re: Move Notification Window (aka systray) To A Separate Process

2005-06-27 Thread Robert Shearman
Robert Shearman wrote: Changelog: Move notification window (aka systray) to a separate process. Sorry, this changelog should be as follows instead: Mike Hearn <[EMAIL PROTECTED]> Robert Shearman <[EMAIL PROTECTED]> Move notification window (aka systray) to a separate process. -- Rob Shearm

Re: Battlefield 1942 Regression

2005-06-27 Thread Oliver Stieber
--- Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Hello, > The patch http://cvs.winehq.org/patch.py?id=18375 > from 2005/06/22 13:30:30 > breaks Battlefield to a certain extend. > > Battlefield used to have major texture > problems(Units partially not visible, > wrong colors sometimes) which we

Re: WileLib: Retrurning function pointers

2005-06-27 Thread Marcus Meissner
On Mon, Jun 27, 2005 at 11:53:34AM +0200, Giuseppe AMATO wrote: > > Hi, > > I'm having big troubles using function pointers. > > Shortly: > > I'm trying to build a Winelib compatible DLL that returns function > pointers; that pointers must be used by a WIN32 app that runs under Wine. > The pro

WileLib: Retrurning function pointers

2005-06-27 Thread Giuseppe AMATO
Hi, I'm having big troubles using function pointers. Shortly: I'm trying to build a Winelib compatible DLL that returns function pointers; that pointers must be used by a WIN32 app that runs under Wine. The problem is that the returned function pointers, when directly used by the WIN32 code,

Battlefield 1942 Regression

2005-06-27 Thread Stefan Dösinger
Hello, The patch http://cvs.winehq.org/patch.py?id=18375 from 2005/06/22 13:30:30 breaks Battlefield to a certain extend. Battlefield used to have major texture problems(Units partially not visible, wrong colors sometimes) which went away approximately 2 Weeks ago. Now they came back with this

Re: CrossOver licensing behaviour?

2005-06-27 Thread Andreas Mohr
Hi, On Mon, Jun 27, 2005 at 11:07:30AM +0300, Shachar Shemesh wrote: > Andreas Mohr wrote: > > >Hi and greetings from LinuxTag in Karlsruhe! > > > >At our booth we had a visitor who told me that the version of > >CrossOver Office that he had been using issued a timely warning > >about license exp

Re: CrossOver licensing behaviour?

2005-06-27 Thread Shachar Shemesh
Andreas Mohr wrote: Hi and greetings from LinuxTag in Karlsruhe! At our booth we had a visitor who told me that the version of CrossOver Office that he had been using issued a timely warning about license expiration few months before finally actually ceasing to provide service exactly after one

Re: Version Info on user.exe

2005-06-27 Thread Uwe Bonnes
> "Dmitry" == Dmitry Timoshkov <[EMAIL PROTECTED]> writes: Dmitry> "Uwe Bonnes" <[EMAIL PROTECTED]> wrote: >> The real problem however is that the final installer asked for the >> Country version of user.exe. The installer expects 0407 for >> Germany. Wine doesn't supply that i

FW: Version Info on user.exe

2005-06-27 Thread Rolf Kalbermatter
Uwe Bonnes wrote: > The real problem however is that the final installer asked > for the Country version of user.exe. The installer expects 0407 > for Germany. Wine doesn't supply that information, so the installer > aborts. There sure enough must be a workaround for this in the T-Online suite.