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.
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
> 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
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
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
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
"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
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
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
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
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
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
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
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
+/
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
--- 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
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
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,
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
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
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
> "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
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.
23 matches
Mail list logo