Re: Summer of Code Project: DirectPlay

2006-04-16 Thread H. Verbeet
On 17/04/06, Adam Luchjenbroers <[EMAIL PROTECTED]> wrote: > Or do we have a solution for that? Ethereal? :-)

Re: Wine Front-End development

2006-04-16 Thread Rich Gilson
On Saturday 15 April 2006 14:57, Kuba Ober wrote: > On Saturday 15 April 2006 10:48, n0dalus wrote: > I think that this discussion has really degenerated into a long advocacy > *against* everything that open source is good for. > > Alexandre's take seems to be that one should simply ignore what's o

Re: Summer of Code Project: DirectPlay

2006-04-16 Thread Adam Luchjenbroers
On Sat, 15 Apr 2006 20:03, Alexander N. Sørnes wrote: > This is a proposal for a Google Summer of Code Project. > > Improve Wine's DirectPlay implementation so that it can at least run a > simple demo app, and ideally end up enabling network play for a free > game demo. > A list of such demos is av

Re: kernel: fix determination of using locale

2006-04-16 Thread Dmitry Timoshkov
"Sergei Butakov" <[EMAIL PROTECTED]> wrote: Probably you just need to set LC_MESSAGES to en_US. Do you mean # export LANG="POSIX" # export LC_CTYPE="ru_RU.CP1251" # export LC_COLLATE="ru_RU.CP1251" # export LC_MESSAGES="en_US" ? That's don't work. I mean LANG="ru

Re: winspool/tests: fix broken test for GetPrinterDriver

2006-04-16 Thread Dmitry Timoshkov
"Detlef Riekenberg" <[EMAIL PROTECTED]> wrote: @@ -939,36 +939,36 @@ static void test_GetPrinterDriver(void) for (level = -1; level <= 7; level++) { -SetLastError(0xdeadbeef); +SetLastError(MAGIC_DEAD); Please don't change this, stick to the style used everywhere e

Re: Wine Front-End development

2006-04-16 Thread Andreas Mohr
Hi, On Sat, Apr 15, 2006 at 07:54:12PM -0400, Dimi Paun wrote: > On Sat, 2006-04-15 at 16:17 +0100, Karl Lattimer wrote: > > > > I seriously doubt that as far as users are concerned that dependencies > > would be an issue, the user in general just wants something that > > works, and they don't ca

Solaris: Rundll322 exercising

2006-04-16 Thread Robert Lunnon
I would like to exercise rundll32 or similar (IE accessing a unix lib via the link in in .wine). This didn't work before because LD.SO refused to load a lib via a link with a colon in it's name. I wrote some code to fix it, but now process.c has been rearranged and the patch doesn't apply. It ma

Re: AutoCAD in Linux

2006-04-16 Thread Andreas Mohr
Hi, On Sun, Apr 16, 2006 at 04:41:52AM -0300, Richardson wrote: > > > Hello! > > My name is Richardson and I am from Brazil and I am needing to know how I can > install the AutoCAD r14 and AutoCAD 2000 in a machine turning Fedora 3. he/she > would Like to know which the versions of Wine and the

Re: abort if WINEDEBUG requests functionality that was disabled at configure time

2006-04-16 Thread Tomas Carnecky
Segin wrote: > Mike Hearn wrote: >> On Sat, 15 Apr 2006 23:37:17 -0400, Mike Frysinger wrote: >> >>> if wine is built with --disable-trace or --disable-debug, then using >>> WINEDEBUG >>> will accept the respective options without complaining and without actually >>> showing any useful inform

AutoCAD in Linux

2006-04-16 Thread Richardson
Hello! My name is Richardson and I am from Brazil and I am needing to know how I can install the AutoCAD r14 and AutoCAD 2000 in a machine turning Fedora 3. he/she would Like to know which the versions of Wine and the links to lower, and also as I will proceed with the installation of CAD's. I

Re: abort if WINEDEBUG requests functionality that was disabled at configure time

2006-04-16 Thread Segin
Mike Hearn wrote: On Sat, 15 Apr 2006 23:37:17 -0400, Mike Frysinger wrote: if wine is built with --disable-trace or --disable-debug, then using WINEDEBUG will accept the respective options without complaining and without actually showing any useful information Why wou

Re: abort if WINEDEBUG requests functionality that was disabled at configure time

2006-04-16 Thread Alexandre Julliard
Lionel Ulmer <[EMAIL PROTECTED]> writes: > So if I take your reasonning further, why even keep the '--disable-debug' / > '--disable-trace' options in the configure script ? In fact, I think removing them would be a good idea. People who absolutely want to build a broken Wine can always define the

Re: abort if WINEDEBUG requests functionality that was disabled at configure time

2006-04-16 Thread Mike Hearn
On Sun, 16 Apr 2006 15:10:28 +0200, Lionel Ulmer wrote: > So if I take your reasonning further, why even keep the '--disable-debug' / > '--disable-trace' options in the configure script ? Well, I do wonder ... I guess for specialist scenarios some #define in the source would be just as good. >

Re: abort if WINEDEBUG requests functionality that was disabled at configure time

2006-04-16 Thread Lionel Ulmer
On Sun, Apr 16, 2006 at 01:55:11PM +0100, Mike Hearn wrote: > So, I'll say it again - can somebody prove that Wine is faster without > the tracing? I doubt it. And if there is a region where the debug > channel test slows things down we can always add manual branch > prediction hints or just take t

Re: kernel: fix determination of using locale

2006-04-16 Thread Dmitry Timoshkov
"Sergei Butakov" <[EMAIL PROTECTED]> wrote: This patch fix for me two bugs: 1. I'm using locale # export LANG="POSIX" # export LC_CTYPE="ru_RU.CP1251" # export LC_COLLATE="ru_RU.CP1251" with which in many programs some Russian glyphs look wrong or as square. 2. in many programs English/Russian g

Re: abort if WINEDEBUG requests functionality that was disabled at configure time

2006-04-16 Thread Mike Hearn
On 4/16/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote: > I know the overhead of an dispatch table is bigger > than a simple 'if (trace) {}', but this few (load, compare == two?) > additional instruction still is noticeable in certain applications. The overhead of a dispatch table is *much* bigger -

Re: abort if WINEDEBUG requests functionality that was disabled at configure time

2006-04-16 Thread Tomas Carnecky
Mike Hearn wrote: > Why would anybody build without tracing anyway? I would be *very* > surprised if it led to any noticable/real world performance improvement. Because of the exact same reason NVidia doesn't want to add yet another dispatch table to linux's OpenGL libraries (as proposed by someon

Re: abort if WINEDEBUG requests functionality that was disabled at configure time

2006-04-16 Thread Mike Hearn
On Sat, 15 Apr 2006 23:37:17 -0400, Mike Frysinger wrote: > if wine is built with --disable-trace or --disable-debug, then using > WINEDEBUG > will accept the respective options without complaining and without actually > showing any useful information Why would anybody build without tracing any

Re: Fontforge Dependency (was: Wine Front-End development)

2006-04-16 Thread Mike Hearn
On Sat, 15 Apr 2006 22:51:13 +0100, Robert Shearman wrote: > So if a version of gcc got released that didn't produce correct > libraries then we should add all of the .so files to the Wine tree? What > a good idea! That ignores the costs/benefits of each individual case. I think it's completely

Re: Wine missing from repositories?

2006-04-16 Thread Neil Skrypuch
On Sunday, April 16, 2006 01:54, Dee Ayy wrote: > 1) I installed wine at work from kubunu breezy repositories (standard and > maybe universe and multiverse repositories are added) on wednesday > 4/12/2006, yet on thursday 4/13/2006 I installed ubuntu breezy at home and > definitely had standard, un