Re: Already Error while installing MS Office 2003

2006-09-15 Thread jimtabor
Hi! Hello >Codeweavers version of Wine has changes that Alexandre deems >unacceptable for the "clean" WineHQ tree. If this is that way, it would be real a horror. Why are code patches which allows a huge major app (key application) to run on linux "unacceptable" (From point of view of the MS

AW: Already Error while installing MS Office 2003

2006-09-15 Thread Roland Kaeser
Hello>Codeweavers version of Wine has changes that Alexandre deems>unacceptable for the "clean" WineHQ tree.If this is that way, it would be real a horror. Why are code patches which allows a huge major app (key application) to run on linux "unacceptable" (From point of view of the MS users). Do we

[OT] Wine reveals bug in Microsoft Installer

2006-09-15 Thread Segin
I was recently just feeding random crap to Wine, in an attempt to "stress-test" Wine, for a lack of better words. I fed it the Microsoft Platform SDK Installer, and it revealed a bug in the program, probably related to translation. Image URI: http://segin.no-ip.org/wtf.png -- The real problem wit

Re: Visual C++ does not seem to have snprinft

2006-09-15 Thread Segin
Jeff L wrote: > When compiling dlls/gdi/tests/metafile.c on line 1357 I get a warning > C4013: "snprintf" is undefined. Looking around, it seems that snprinft > is in fact _snprintf in Visual C++. I have found a define > >#if !defined(HAVE_SNPRINTF) && defined(HAVE__SNPRINTF) >#define

Re: X11DRV: fix fbconfig regression

2006-09-15 Thread Tomas Carnecky
Tomas carnecky wrote: This is not the correct way of loading opengl functions or deciding whether they are available or not. According to the GLX_ARB_get_proc_address spec, we need to check _only_ glXQueryExtensionsString() and glXQueryVersion() The spec: http://www.opengl.org/registry/specs/

Re: Note and patch about strange UDP packets

2006-09-15 Thread Michael Stefaniuc
Florian Echtler wrote: Hi everybody, we are using a certain tracking software from Advanced Realtime Tracking. This is a windows software, but we decided yesterday that it would be more flexible to be able to use it under Linux, too, so I gave it a try with Wine. As this software communicates w

Re: [PATCH] PATCH: kernel 2.6 in README.de

2006-09-15 Thread Michael Stefaniuc
Marcus Meissner wrote: On Wed, Sep 13, 2006 at 07:47:31PM +0200, Kai Blin wrote: On Wednesday 13 September 2006 14:49, Marcus Meissner wrote: A few of the emails you've sent to the wine-patches mailing list lately have not had 'To:' headers. Many people have their mail clients configured to fil

Re: Already Error while installing MS Office 2003

2006-09-15 Thread Jim White
Roland Kaeser wrote: > Just tried to test install office 2003 on wine 0.9.21. But getting > already errors. I read in C't (german it magazine) that office 2003 > works on codeweavers. Can somebody declare me this? Does codeweavers > voluntary not provide the corrections to wine to sell their produ

Re: X11DRV: fix fbconfig regression

2006-09-15 Thread Tomas carnecky
Roderick Colenbrander wrote: There's this check: if ((!WineGLInfo.glxDirect && !strcmp("1.2", WineGLInfo.glxServerVersion)) || (WineGLInfo.glxDirect && !strcmp("1.2", WineGLInfo.glxClientVersion))) This is not the correct way of loading opengl functions or deciding whether they

Re: Already Error while installing MS Office 2003

2006-09-15 Thread Vijay Kiran Kamuju
May be Alexander might have rejected some patches on wine for MSI that went to codeweavers. A guess of course. On 9/15/06, Roland Kaeser <[EMAIL PROTECTED]> wrote: Hello Just tried to test install office 2003 on wine 0.9.21. But getting already errors. I read in C't (german it magazine) that

Already Error while installing MS Office 2003

2006-09-15 Thread Roland Kaeser
Hello Just tried to test install office 2003 on wine 0.9.21. But getting already errors. I read in C't (german it magazine) that office 2003 works on codeweavers. Can somebody declare me this? Does codeweavers voluntary not provide the corrections to wine to sell their product? Looks very strange t

configure error

2006-09-15 Thread Tijl Coosemans
I get the following error running configure on FreeBSD: config.status: creating Makefile sed: 14: ./confstathEGAkR/subs-4.sed: unescaped newline inside substitute pattern There's one of those for every Makefile. The problem is with the following lines in configure.ac where I had to add '\\' to e

Re: Troubles using current wine (wine-0.9.21)

2006-09-15 Thread Louis Lenders
Roderick Colenbrander gmx.net> writes: > > Hi, > > Could you run your app this way: WINEDEBUG=+wgl,+opengl wine appname.exe and pipe the output to a log file. > This way I can figure out what's going on. Further the output of glxinfo would be aswell. > > Thanks, > Roderick > Hi, i've attached

Re: Troubles using current wine (wine-0.9.21)

2006-09-15 Thread Roderick Colenbrander
Hi, Could you run your app this way: WINEDEBUG=+wgl,+opengl wine appname.exe and pipe the output to a log file. This way I can figure out what's going on. Further the output of glxinfo would be aswell. Thanks, Roderick > Hi, i'm having lots of troubles running games with current git. First of

Re: advapi32, msi, rsaenh: MD4_CTX and MD5_CTX have the same elements, declare them in the same order.

2006-09-15 Thread Kai Blin
On Friday 15 September 2006 14:01, Paul Vriens wrote: > The tests run as of XP (so XP and W2K3, Vista?) Ah, good to know, thanks. Kai -- Kai Blin, WorldForge developerhttp://www.worldforge.org/ Wine developer http://wiki.winehq.org/KaiBlin/ -- Will code for cotton. pgpeKdpUTaFS

Re: advapi32, msi, rsaenh: MD4_CTX and MD5_CTX have the same elements, declare them in the same order.

2006-09-15 Thread Paul Vriens
On Fri, 2006-09-15 at 13:25 +0200, Kai Blin wrote: > On Friday 15 September 2006 09:16, Hans Leidekker wrote: > > On Thursday 14 September 2006 20:57, Kai Blin wrote: > > > What windows version is that? I checked on Win2k and the tests wouldn't > > > execute. tests.winehq.org/data/ doesn't show the

Re: advapi32, msi, rsaenh: MD4_CTX and MD5_CTX have the same elements, declare them in the same order.

2006-09-15 Thread Kai Blin
On Friday 15 September 2006 09:16, Hans Leidekker wrote: > On Thursday 14 September 2006 20:57, Kai Blin wrote: > > What windows version is that? I checked on Win2k and the tests wouldn't > > execute. tests.winehq.org/data/ doesn't show them running either. > > I tested on WinXP. Did you get any er

Re: OpenGL multiplexing and Wine

2006-09-15 Thread Stefan Dösinger
Am Freitag 15 September 2006 09:40 schrieb Molle Bestefich: > I think they are very interesting in combination with Wine, because > Wine can let Direct3D games run on top of OpenGL, making the > multiplexers work for all modern games, whereas running a real > Microsoft Windows guest would only allo

OpenGL multiplexing and Wine

2006-09-15 Thread Molle Bestefich
A couple of OpenGL multiplexers for Xen (and VMWare, theoretically) exists: http://www.cs.toronto.edu/~andreslc/xen-gl/ http://www.diku.dk/hjemmesider/ansatte/jacobg/gfx/ They allow guest virtual machines to render 3D graphics using the host machine's graphics accelerator. I think they are very

Re: advapi32, msi, rsaenh: MD4_CTX and MD5_CTX have the same elements, declare them in the same order.

2006-09-15 Thread Hans Leidekker
On Thursday 14 September 2006 20:57, Kai Blin wrote: > What windows version is that? I checked on Win2k and the tests wouldn't > execute. tests.winehq.org/data/ doesn't show them running either. I tested on WinXP. Did you get any error message? -Hans