Regressions in Curse of Monkey Island again

2002-01-14 Thread Johan Gill
Sound is pretty stuttering in the intro to Curse of Monkey Island. I've put the last 2 lines of a dsound trace at ttp://www.lysator.liu.se/~johane/comi.txt. At some occasions, these lines are quite frequent: trace:dsound:DSOUND_MixOne mixlen not worth it, deferring mixing Is that an issue?

Re: DOSFS_ToFCBFormat Bug Fix

2002-01-14 Thread Ove Kaaven
On Sun, 13 Jan 2002 [EMAIL PROTECTED] wrote: Change Log: files/dos_fs.c [EMAIL PROTECTED] Fixed bug in DOSFS_ToFCBFormat which caused * to parse as *. instead of as *.* This sounds like intended behaviour. Under real DOS, * really means *.. The user must type *.* to get all files. (This

Re: Regressions in Curse of Monkey Island again

2002-01-14 Thread Ove Kaaven
On Mon, 14 Jan 2002, Johan Gill wrote: Sound is pretty stuttering in the intro to Curse of Monkey Island. Which version of Wine do you use? Do you use CVS? Is the dsound mmap feature used? (If not, Eric's recent OSS patches may make a difference...) At some occasions, these lines are quite

Small test

2002-01-14 Thread Dimitrie O. Paun
I've sent a message about the ListView control, and I can't see it in the list's archives, nor have I received a copy of it, so I'm afraid something happened to it, and hence this test message. My apologies, Dimi.

Listview Unicodification (take 2 try B :))

2002-01-14 Thread Dimitrie O. Paun
Hi people, After a few more sleepless nights, I got the listview control close to something I'm willing to submit. The patch is here: http://www.cs.toronto.edu/~dimi/listview-unicode-2.diff Last night I've sent a message to the list (including the patch), but I think it didn't like it because

Re: How about sponsoring from IBM?

2002-01-14 Thread Roland
At 02:12 PM 1/12/02 -0500, David Elliott wrote: hahahhahahahahaahahahahahahaha Sorry, ROTFLMAO, see below. Good to know you are having some fun right now! :)) Laughing is healthy! Read up on your computer history a bit son. OS/2 ran Windows apps, and from about version 2 upwards ran all DOS

Re: A better calling interface for tests (and some bugfixes)

2002-01-14 Thread Andriy Palamarchuk
--- Dan Kegel [EMAIL PROTECTED] wrote: The Linux kernel has a name for people who do kernel maintenance: Kernel Janitors. Maybe people who contribute test cases to Wine could be Windows Washers? :-) Hey, this is a great idea! I was thinking myself about a good name for this project but

Re: EnumWindows

2002-01-14 Thread Tommy Schultz Lassen
Uwe Bonnes [EMAIL PROTECTED] writes: Tommy == Tommy Schultz Lassen [EMAIL PROTECTED] writes: Tommy Why does EnumWindows return FALSE if no windows exists. Should it Tommy not return TRUE instead. Her is a patch witch changes it. What are your indications that the present

Re: How about sponsoring from IBM?

2002-01-14 Thread Christopher Morgan
Why stop at IBM? We should consider lobbying for support from any companies that serve to benefit from increased wine development. And on the IBM issue, how would we even present the case for wine to them or to any other company for that matter? Chris On Mon, 14 Jan 2002, Roland wrote: At

dlls/ntdll/cdrom.c breaks portability

2002-01-14 Thread Gerald Pfeifer
dlls/ntdll/cdrom.c revision 1.1 per date: 2002/01/13 01:44:00; author: julliard; state: Exp; Eric Pouech [EMAIL PROTECTED] Changed the Wine internal cdrom interface to the NT model. causes the following build failure on FreeBSD 4.4 (even though the code in question is embedded in #elif

How to enable printing ? (doco problem)

2002-01-14 Thread Sylvain Petreolle
Hi, Looking in the documentation, i'm told to add this switch (in wine.conf !! that 's pretty old ) : printer=on, at [wine] section. Wine then says : Line 81: Unrecognized input' printer=on' I have last cvs version (01/14/2002) and the doc output is in documentation/wine-doc/printing.html,

Re: DOSFS_ToFCBFormat Bug Fix

2002-01-14 Thread Ove Kaaven
On Mon, 14 Jan 2002, Francois Gouget wrote: Strange because if I open a 'dos box' in Win95 or NT4, and I type 'dir *' I get a list of all the files, including those that have an extension like autoexec.bat. Quite possible, as I think those DOS boxes may not use the old DOS FCB routines -

fixme:richedit:RICHED32_WindowProc Unknown message 129

2002-01-14 Thread lawson_whitney
Good day! Thanks, Daniel Walker, for your work on riched32. I don't know what or why is richedit and I'm kind of GUI-challenged, or I'd have a go at implementing these myself, but I have an app that uses it, so if traces would help, just say which traces and if you want them for builtin or

Reading Line Status Register for Serial Communications on win32

2002-01-14 Thread SAM .
Hi, I am currently trying to write a program to implement a communication protocol using WIN32 APIs on Windows NT 4.0. For this purpose it is required for me to read the parity bit of the Line Status Register when receiving data. The only way I could think of doing this was using by using

(no subject)

2002-01-14 Thread Mike McCormack
Hi Sam, This list is for discussing development of Wine, not Windows NT applications. If you have a Windows binary that you want to run in Linux, then get back to us. If you're writing a program to run in Linux, then use termios to solve your problem. If you're writing a program for Windows

Re: DOSFS_ToFCBFormat Bug Fix

2002-01-14 Thread ccrayne
In [EMAIL PROTECTED], on 01/14/02 at 08:28 PM, Ove Kaaven [EMAIL PROTECTED] said: :Then again, perhaps DOS 7+ really do parse FCBs differently than e.g. DOS :3.x did. As it turns out, DOS 7 does parse FCBs the same way as DOS always has, and wine's implementation is indeed broken, but not