NHL 2004 Testing Report

2004-01-27 Thread Abdul-Haseeb Ahmad
Okay guys, I'm a first time poster here, so sorry if I goofed up somewhere. The full bug report is here, includes full output: http://bugs.winehq.org/show_bug.cgi?id=1970 okay heres my testing report of NHL 2004.. I decided to go the full length to see if we can get it working because IE6 does wo

Re: Test .. in path name for various file functions

2004-01-27 Thread Dimitrie O. Paun
On January 27, 2004 08:30 pm, Mike McCormack wrote: > This doesn't pass in Wine yet, but it works on Win2000. If they don't pass under Wine, shouldn't they be marked as todo_wine {} ? Alexandre stated a number of times (with good reason my thinks) that he's not going to commit tests that fail unde

Re: Variable in Visual Basic

2004-01-27 Thread Savio Ramos
On Fri, 23 Jan 2004 15:43:37 -0500 Nyef <[EMAIL PROTECTED]> wrote: > If you built from source could you apply the attached patch to > dlls/oleaut32/variant.c, re-build, re-run your program and post the > updated output? Of course I could. But, I am not using wine from source. I am an Debian user.

Re: current cvs doesn't compile,winearts,undefined reference to `DSDEVID_DefaultPlayback'

2004-01-27 Thread Ivan Leo Murray-Smith
Problem fixed by patch 10892. Ivan.

Re: current cvs doesn't compile,winearts,undefined reference to `DSDEVID_DefaultPlayback'

2004-01-27 Thread Ivan Leo Murray-Smith
I have [EMAIL PROTECTED] ivan]$ artsd -v artsd 1.1.3 on Mandrake 9.2, current code doesn't build, make exits with the following error make[2]: Entering directory `/home/ivan/Development/Wine/CVS/wine/wine/dlls/winmm/winearts' gcc -shared -Wl,-Bsymbolic,-z,defs,-init,__wine_spec_init,-fini,__wine_s

Posix Subsystem for ReactOS - Project 2010

2004-01-27 Thread Steven Edwards
Hello All, Now that the word is out its time to fill you guys in. Over the past few months I have been working with a Project called Cooperative Linux. Cooperative Linux allows you to the Linux kernel as a process under Windows NT/2K. With CoLinux you can run any linux application under Windows. h

current cvs doesn't compile, winearts, undefined reference to `DSDEVID_DefaultPlayback'

2004-01-27 Thread hatky
make[2]: Entering directory `/home/hatky/cvs/wine/dlls/winmm/winealsa' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/hatky/cvs/wine/dlls/winmm/winealsa' make[2]: Entering directory `/home/hatky/cvs/wine/dlls/winmm/winearts' gcc -shared -Wl,-Bsymbolic,-z,defs,-init,__wine

[WRT] cvs build broken

2004-01-27 Thread Paul Millar
Hi everyone, Looks like the patch http://cvs.winehq.org/patch.py?id=10871 ("only link against libdxguid where necessary") caused the build to fail last night: http://www.astro.gla.ac.uk/users/paulm/WRT/wrt.php Reversing just that patch "fixes" the problem. HTH, Paul. Paul Millar

Re: Lotus Notes broken in recent CVS

2004-01-27 Thread David . Goodenough
I just upgraded my Debian system (unstable) which runs Notes 5, and it upgraded to wine version 20040121. Notes seems to run, I do not get the error described below but I am getting an odd error with the clipboard. At least it is reported as a clipboard error, it actually occurs when trying to r

Re: WINMM problem with Half-Life

2004-01-27 Thread Mike McCormack
Hi Eric, Yes, I have confirmed that this patch fixes the problem. Thanks! Mike Eric Pouech wrote: does this fix it ? A+

Re: Wine history draft

2004-01-27 Thread Brian Vincent (C)
Title: Re: Wine history draft > Did you already grab quotes from my earlier post, > http://www.winehq.com/hypermail/wine-devel/2002/11/0455.html ? > There might be a couple good ones there. I did grab some info out of there.  Thanks. I made some minor additions, the updated version is her

GPG key party

2004-01-27 Thread Shachar Shemesh
Hi all, I'm going offline in preparations for the flight. As only two people expressed their interest in the party, I'm cancelling the centreally managed party. People are still welcome to do a distributed party. In order to do that, just bring along several copies of your key's fingerprint pr

OLEPictureImpl_Load CreateIcon failed

2004-01-27 Thread Fabian Cenedese
Hi Looks like I'm quite busy today... or just don't know anything about wine :) I'm still on the VB SSTab problem as described here: http://www.winehq.org/hypermail/wine-devel/2003/12/0157.html I looked further into this to find out what happens with this picture stuff. I found out that it fail

Re: DllOverride for ocx?

2004-01-27 Thread Fabian Cenedese
>Fabian Cenedese wrote: >>I have a ocx which works better with a native dll. But there are also other >>apps which work worse if this dll is set to native by default. OK, so I add >>a setting for the application which uses the ocx. Works. But there are >>many apps that use this ocx and the custome

Re: DllOverride for ocx?

2004-01-27 Thread Boaz Harrosh
One hack you can do, If you have the Code for the OCX, is change the dll's name and compile against the new name. Now the OCX relyes on one dll and the rest of the code on another you can even run with two different dlls at the same time. Which is part of an answer to your original Q. What if One

Re: DllOverride for ocx?

2004-01-27 Thread Acke Carlsson
Fabian Cenedese <[EMAIL PROTECTED]> writes: > I have a ocx which works better with a native dll. But there are also other > apps which work worse if this dll is set to native by default. OK, so I add > a setting for the application which uses the ocx. Works. But there are > many apps that use this

DllOverride for ocx?

2004-01-27 Thread Fabian Cenedese
Hi I have a ocx which works better with a native dll. But there are also other apps which work worse if this dll is set to native by default. OK, so I add a setting for the application which uses the ocx. Works. But there are many apps that use this ocx and the customer could even make his own. So