Re: dlls/kernel/comm.c: not releasing file descriptors?

2005-11-03 Thread Uwe Bonnes
Cihan == Cihan Altinay [EMAIL PROTECTED] writes: Cihan Hi, I am trying to get G-Ware[1] to run under wine which provides Cihan a user interface to set up Echo Canceller Units made by Cihan ClearOne. The unit is connected to the serial port (com1 = Cihan ttyS0). The only way I

Re: DirectSound, new patch available for testing

2005-11-03 Thread Davin McCall
Here's another patch to fix the clicking noise. Once again apply over the top. With this one, I think everything should be at least as good as it was with my very first patch. (Plus the full device buffer will be used if UseDirectHW=y, which should reduce underrun problems). Davin On Thu, 3

Re: DirectSound, new patch available for testing

2005-11-03 Thread Davin McCall
Dang. Forgot to attach. --- Here's another patch to fix the clicking noise. Once again apply over the top. With this one, I think everything should be at least as good as it was with my very first patch. (Plus the full device buffer will be used if UseDirectHW=y, which should reduce underrun

Re: New eject command issue

2005-11-03 Thread Christian Costa
FSCTL_DISMOUNT_VOLUME : in DIR_unmount_device (in ntdll/directory.c): - unmount_device server call (in fd.c) is called but in unmount_device, the function tries to retreive a device object given the device return by fstat but no device object has been previously created so

Re: kernel/comm.c: Don't leak file handles

2005-11-03 Thread Paul Vriens
On Thu, 2005-11-03 at 10:55 +0100, Uwe Bonnes wrote: Changelog: dlls/kernel/comm.c: COMM_WaitCommEvent Release the file handle when creating thread Spotted by Cihan Altinay, also fixes then problem with pending characters in our comm-test when TXD-RXD loopback is enabled. Hi

Re: New eject command issue

2005-11-03 Thread Alexandre Julliard
Christian Costa [EMAIL PROTECTED] writes: I will hack FILE_GetDeviceInfo just to make it recognize my cdrom as removable and try to see if it helps. However, I don't understand well why forcing the drive as cdrom (instead of relying on autodetection) is not taken into account. This could

Re: [Resend] printer dialog fixes part1 + french + other rcs

2005-11-03 Thread Andreas Mohr
Hi, On Thu, Nov 03, 2005 at 12:02:21PM +0100, Jonathan Ernst wrote: Try2:This time, we just tell the user he needs to install a printer (we don't let him install one from Wine as it is not (won't ever?) be implemented). You really should have written: ...install a printer... *on your system.*

c2man comment rejection

2005-11-03 Thread Markus Amsler
Hi, I identified 80 function comments, that have a description and a PARAMS section, but no RETURNS section. IMHO it would generate in most cases acceptable documentation, but gets rejected because of the missing RETURNS section. 2 possible fixes: - patch c2man so it accepts also PARAMS

Re: [Resend] printer dialog fixes part1 + french + other rcs

2005-11-03 Thread Jonathan Ernst
Le jeudi 03 novembre 2005 à 13:09 +0100, Andreas Mohr a écrit : Hi, On Thu, Nov 03, 2005 at 12:02:21PM +0100, Jonathan Ernst wrote: Try2:This time, we just tell the user he needs to install a printer (we don't let him install one from Wine as it is not (won't ever?) be implemented).

Re: [Resend] printer dialog fixes part1 + french + other rcs

2005-11-03 Thread Andreas Mohr
Hi, On Thu, Nov 03, 2005 at 01:20:00PM +0100, Jonathan Ernst wrote: Le jeudi 03 novembre 2005 à 13:09 +0100, Andreas Mohr a écrit : Hi, On Thu, Nov 03, 2005 at 12:02:21PM +0100, Jonathan Ernst wrote: Try2:This time, we just tell the user he needs to install a printer (we don't let

Re: [Resend] printer dialog fixes part1 + french + other rcs

2005-11-03 Thread Andreas Mohr
Hi, On Thu, Nov 03, 2005 at 01:47:21PM +0100, Jakob Eriksson wrote: Andreas Mohr wrote: Hi, On Thu, Nov 03, 2005 at 01:20:00PM +0100, Jonathan Ernst wrote: What about on the underlying operating system ? Is it more clear ? Yup, while longer, I think it's better. On you

Re: [Resend] printer dialog fixes part1 + french + other rcs

2005-11-03 Thread Jonathan Ernst
Le jeudi 03 novembre 2005 à 14:14 +0100, Andreas Mohr a écrit : Hi, On Thu, Nov 03, 2005 at 01:47:21PM +0100, Jakob Eriksson wrote: Andreas Mohr wrote: Hi, On Thu, Nov 03, 2005 at 01:20:00PM +0100, Jonathan Ernst wrote: What about on the underlying operating system ? Is it more

Re: [Resend] printer dialog fixes part1 + french + other rcs

2005-11-03 Thread Jakob Eriksson
Andreas Mohr wrote: Hi, On Thu, Nov 03, 2005 at 01:20:00PM +0100, Jonathan Ernst wrote: Le jeudi 03 novembre 2005 à 13:09 +0100, Andreas Mohr a écrit : Hi, On Thu, Nov 03, 2005 at 12:02:21PM +0100, Jonathan Ernst wrote: Try2:This time, we just tell the user he needs to

Re: Small visual issues with P-CAD2000 and wine 0.9

2005-11-03 Thread Kuba Ober
On Monday 31 October 2005 17:39, Walt Ogburn wrote: Hi Marcos, What are the buttons supposed to look like? The ones in your screenshot look OK to me. You do see that the bottom edge of each tool button is cut off, right? I don't think that's OK :) Kuba

Re: [wined3d] D3DCOLOR fixup begin

2005-11-03 Thread Oliver Stieber
--- Raphael [EMAIL PROTECTED] wrote: Hi, Changelog: - defined D3DCOLOR_B macros to access byte values of D3DCOLOR - use D3DCOLOR macros instead of using shift + masks - fix a bug where diffuse.lpData checked instead of specular.lpData - implement color fixup on ARB VShader

Re: 25% success rate on wife's must-have apps!

2005-11-03 Thread Dan Kegel
On 11/3/05, Michael Jung [EMAIL PROTECTED] wrote: On Monday 31 October 2005 08:39, Dan Kegel wrote: Can't install: Adobe Photoshop Elements Just saw Photoshop Elements on Frank's Corner and remembered your mail: http://frankscorner.org/index.php?p=pselements2 Frank may think it's ok to

Re: [wined3d] D3DCOLOR fixup begin

2005-11-03 Thread Oliver Stieber
--- Oliver Stieber [EMAIL PROTECTED] wrote: --- Raphael [EMAIL PROTECTED] wrote: Hi, Changelog: - defined D3DCOLOR_B macros to access byte values of D3DCOLOR - use D3DCOLOR macros instead of using shift + masks - fix a bug where diffuse.lpData checked instead of

Re: New eject command issue

2005-11-03 Thread Christian Costa
Alexandre Julliard wrote: Christian Costa [EMAIL PROTECTED] writes: I will hack FILE_GetDeviceInfo just to make it recognize my cdrom as removable and try to see if it helps. However, I don't understand well why forcing the drive as cdrom (instead of relying on autodetection) is not

Re: Small visual issues with P-CAD2000 and wine 0.9

2005-11-03 Thread Walt Ogburn
Yes, Marcos sent another message with pictures of what the buttons look like under Windows and Wine, but he didn't send it to the list. I forwarded it to the list and you can see it here: http://www.winehq.org/pipermail/wine-devel/2005-November/041863.html - Walter On Thu, 3 Nov 2005, Kuba

Re: c2man comment rejection

2005-11-03 Thread James Hawkins
On 11/3/05, Markus Amsler [EMAIL PROTECTED] wrote: Hi, I identified 80 function comments, that have a description and a PARAMS section, but no RETURNS section. IMHO it would generate in most cases acceptable documentation, but gets rejected because of the missing RETURNS section. 2

Re: c2man comment rejection

2005-11-03 Thread Dimi Paun
From: Markus Amsler [EMAIL PROTECTED] I identified 80 function comments, that have a description and a PARAMS section, but no RETURNS section. Let's be explicit, we're only talking about 80 funcs anyway. -- Dimi Paun [EMAIL PROTECTED] Lattica, Inc.

Re: [Resent] Fix the separator for VarDateFromStr

2005-11-03 Thread Alexandre Julliard
Uwe Bonnes [EMAIL PROTECTED] writes: @@ -3419,6 +3419,16 @@ DFS(1/2/1970);EXPECT_DBL(25570.0); DFS(1-2-1970);EXPECT_DBL(25570.0); /* Native fails 1999 January 3, 9AM. I consider that a bug in native */ + + /* some tests for the german locale */ + lcid =

Re: Fwd: wingcc link problem

2005-11-03 Thread Vitaly Lipatov
В сообщении от 16 Октябрь 2005 18:51 Dimi Paun написал(a): On Sun, October 16, 2005 9:05 am, Vitaly Lipatov said: Please take attention, is it bug or I use winegcc incorrectly? Yes, this seems to be a bug. What we can do with this problem? I can't compile any program... I can't figure what

Re: Small visual issues with P-CAD2000 and wine 0.9

2005-11-03 Thread Kuba Ober
On Thursday 03 November 2005 13:06, you wrote: Yes, Marcos sent another message with pictures of what the buttons look like under Windows and Wine, but he didn't send it to the list. The original message with a single attachment, that you replied to, that I replied to, was sent by him on

Re: program works under winedbg but not under wine

2005-11-03 Thread Matheus Izvekov
On 11/3/05, James Liggett [EMAIL PROTECTED] wrote: On Tue, 2005-11-01 at 23:34 -0200, Matheus Izvekov wrote: yes, i develop it in a windows xp environment. what kind of stack problem do you think might be related? i think its unlikely that its because of stack overflow, it uses very

Re: Fwd: wingcc link problem

2005-11-03 Thread Vincent Béron
Le jeu 03/11/2005 à 15:53, Vitaly Lipatov a écrit : В сообщении от 16 Октябрь 2005 18:51 Dimi Paun написал(a): On Sun, October 16, 2005 9:05 am, Vitaly Lipatov said: Please take attention, is it bug or I use winegcc incorrectly? Yes, this seems to be a bug. What we can do with this

Re: Fwd: wingcc link problem

2005-11-03 Thread Vitaly Lipatov
On Friday 04 November 2005 02:21, Vincent Béron wrote: winegcc hasn't been updated to know about winecrt0, and pass it implicitely to gcc via -lwinecrt0. Really I just had not libwinecrt0.a installed in system. Now it compile without -lwinecrt0. Not sure yet why it does work for building

Re: Fwd: wingcc link problem

2005-11-03 Thread Vincent Béron
Le jeu 03/11/2005 à 18:21, Vincent Béron a écrit : Le jeu 03/11/2005 à 15:53, Vitaly Lipatov a écrit : В сообщении от 16 Октябрь 2005 18:51 Dimi Paun написал(a): On Sun, October 16, 2005 9:05 am, Vitaly Lipatov said: Please take attention, is it bug or I use winegcc incorrectly?

Re: Fwd: wingcc link problem

2005-11-03 Thread Vincent Béron
Le jeu 03/11/2005 à 18:46, Vitaly Lipatov a écrit : On Friday 04 November 2005 02:21, Vincent Béron wrote: winegcc hasn't been updated to know about winecrt0, and pass it implicitely to gcc via -lwinecrt0. Really I just had not libwinecrt0.a installed in system. Now it compile without

IE6 setup requires a registered inseng.dll

2005-11-03 Thread James Hawkins
Hey, I tried to install IE6 with some success. I used a native advpack.dll because wine's advpack isn't complete enough yet. The install bails out with the following errors on the command line: err:ole:CoGetClassObject class {6e449686-c509-11cf-aafa-00aa00b6015c} not registered

Re: [wined3d] D3DCOLOR fixup begin

2005-11-03 Thread Raphael
Hi, Changelog: - defined D3DCOLOR_B macros to access byte values of D3DCOLOR - use D3DCOLOR macros instead of using shift + masks - fix a bug where diffuse.lpData checked instead of specular.lpData - implement color fixup on ARB VShader compilation code: - on input