New bug for Xorg Pixmap issue

2005-11-12 Thread Dustin Navea
Went ahead and created bug 3826 as a metabug for the different apps that are broken by the Xorg pixmap patch, either the original, or the supposedly fixed one. If you have a program that used to work, but now shows the error message mentioned in bug 3826, please file a bug for the application

Re: [RFC] winecfg audio driver test

2005-11-12 Thread Robert Reif
Molle Bestefich wrote: Robert Reif wrote: Sure, something less than 10 seconds that would sound bad if played wrong would be great. How about white noise at maximum volume? That sounds bad when played wrong. It also sounds bad when played right ;-) How would you know if an artific

Re: winecfg: Add command-line switch -C to setup default configuration

2005-11-12 Thread Vitaliy Margolen
Friday, November 11, 2005, 3:45:13 PM, Alexandre Julliard wrote: > Vitaliy Margolen <[EMAIL PROTECTED]> writes: >>> winecfg >>> - Add command-line switch -C to setup default configuration >> > That should be done in wine.inf. There's proper support for > version-dependent settings now. I'm sor

Re: [RFC] winecfg audio driver test

2005-11-12 Thread Molle Bestefich
Robert Reif wrote: > Sure, something less than 10 seconds that would sound bad if played > wrong would be great. How about white noise at maximum volume? That sounds bad when played wrong.

Re: [RFC] winecfg audio driver test

2005-11-12 Thread Robert Reif
Randall Walls wrote: If this test is to allow the user to determine sound quality (or to check for errors) I would agree that a short musical sound would work better than one with just voices. You also will eliminate any need for multiple sounds based on language. The default KDE startup sou

Re: [RFC] winecfg audio driver test

2005-11-12 Thread Randall Walls
If this test is to allow the user to determine sound quality (or to check for errors) I would agree that a short musical sound would work better than one with just voices. You also will eliminate any need for multiple sounds based on language. The default KDE startup sound comes to mind as a p

Re: Configure failed, aborting install

2005-11-12 Thread Scott Ritchie
On Sat, 2005-11-12 at 12:12 -0500, Willem Fourie wrote: > Dear reader > > ./tools/wininstall failed with "Configure failed, aborting install" > while trying to install wine-0.9 on an amd64 under Ubuntu. Please find > config.log attached. > Don't use wineinstall - just do ./configure, make, and

Re: shell32/test: Make shelllink.c compile with mingw and work with win2k

2005-11-12 Thread Vitaliy Margolen
Saturday, November 12, 2005, 7:49:42 AM, Stefan Leichter wrote: > Am Freitag, 11. November 2005 23:51 schrieb Alexandre Julliard: >> Vitaliy Margolen <[EMAIL PROTECTED]> writes: >> >> changelog: >> >> shell32/test >> >> Make shelllink.c compile with mingw and work with win2k. >> >> The mingw

Re: [RFC] winecfg audio driver test

2005-11-12 Thread wino
On Sat, 12 Nov 2005 15:08:04 +0100, Robert Reif <[EMAIL PROTECTED]> wrote: This is a proof of concept patch that adds a simple audio test to winecfg. All it does is use PlaySound to play a wave file. I am using LoadLibrary("winmm.dll") and FreeLibrary to change drivers. You must press the app

'std::*' not declared in C++ when trying to compile with wineg++

2005-11-12 Thread Sergio
Hi all, I am again having trouble when compiling other c++ projects. This time I am not even able to get at least one file compiled. I did a serach in the Internet but really did not understand what to do. This problem is maybe not directly related to wine but to g++. It seems the compiler isnot a

Configure failed, aborting install

2005-11-12 Thread Willem Fourie
Title: Message Dear reader   ./tools/wininstall failed with "Configure failed, aborting install" while trying to install wine-0.9 on an amd64 under Ubuntu. Please find config.log attached.   Installing per the instructions on the WineHQ page for Debian/Ubuntu lead to a "404 Not found" (htt

Re: mm driver message handling in DefDriverProc

2005-11-12 Thread Saulius Krasuckas
* On Sat, 12 Nov 2005, Eric Pouech wrote: > * Saulius Krasuckas wrote: > > > > Eric, can't both cases of 1 and DRV_SUCCESS be merged into a single > > case? Maybe this change address some 16-bit issues. No? > > Setting everything as DRV_SUCCESS should be fine. > > But why are you looking at th

Re: [RFC] winecfg audio driver test

2005-11-12 Thread Eric Pouech
Robert Reif wrote: Eric Pouech wrote: Robert Reif wrote: This is a proof of concept patch that adds a simple audio test to winecfg. All it does is use PlaySound to play a wave file. I am using LoadLibrary("winmm.dll") and FreeLibrary to change drivers. You must press the apply button for th

Re: comctl32: doc update

2005-11-12 Thread Detlef Riekenberg
Am Samstag, den 12.11.2005, 07:39 +0100 schrieb Markus Amsler: > Documented Total count is now 100%! > > Changelog: > Markus Amsler <[EMAIL PROTECTED]> > Reformate "see" section, to match c2man requirements. No Patch present :-) -- By By ... ... Detlef

Re: Needs some guidance (aclui/netapi32)

2005-11-12 Thread Detlef Riekenberg
Am Freitag, den 11.11.2005, 14:02 -0600 schrieb Robert Shearman: > > > >How critical is "fixme:ole:RPCRT4_NdrClientCall2"? > Probably quite critical in this case and in most cases. > At some point in the future I will send a > patch to implement that function. Great Idea! http://bugs.winehq.

Re: [RFC] winecfg audio driver test

2005-11-12 Thread Robert Reif
Eric Pouech wrote: Robert Reif wrote: This is a proof of concept patch that adds a simple audio test to winecfg. All it does is use PlaySound to play a wave file. I am using LoadLibrary("winmm.dll") and FreeLibrary to change drivers. You must press the apply button for the driver change to t

Re: Measuring Wine's API completeness

2005-11-12 Thread Detlef Riekenberg
Am Samstag, den 12.11.2005, 01:52 + schrieb James Hawkins: > need to change c2man to parse the FIXMEs at the beginning for the word > 'stub' or 'semi-stub'. They are already in most functions, and it > would be beneficial to add them to the rest. I have seen most stubs at the end of the form

Re: comctl32: doc update

2005-11-12 Thread Dimi Paun
On Sat, 2005-11-12 at 07:39 +0100, Markus Amsler wrote: > Documented Total count is now 100%! > > Changelog: > Markus Amsler <[EMAIL PROTECTED]> > Reformate "see" section, to match c2man requirements. Patch missing. -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: dlls/include/list.h: remove_list() failed when removing first or last element

2005-11-12 Thread Kuba Ober
> > One further note: on projects as big as Wine patching the ChangeLog is > > not practical as it would result in a lot of conflicts. Therefore, > > Alexandre Julliard automatically generates ChangeLog entries from CVS > > just before each release. > > Oh, I only did it cause its requested on > ht

Re: mm driver message handling in DefDriverProc

2005-11-12 Thread Eric Pouech
Saulius Krasuckas wrote: * 6 years, 7 months ago Eric Pouech did a change [*]: Started calling mixer as a 32 bit low level driver (no longer 16 bit) Added support for yield proc in mci struct Added mmTaskXXX16 and mmThreadXXX16 functions Refreshed implementation of 16 bit native & asynchronous

Re: [RFC] winecfg audio driver test

2005-11-12 Thread Eric Pouech
Robert Reif wrote: This is a proof of concept patch that adds a simple audio test to winecfg. All it does is use PlaySound to play a wave file. I am using LoadLibrary("winmm.dll") and FreeLibrary to change drivers. You must press the apply button for the driver change to take effect. There is no

Re: winecfg audio driver test

2005-11-12 Thread Molle Bestefich
Robert Reif wrote: > Comments please? Neat :-)

Re: shell32/test: Make shelllink.c compile with mingw and work with win2k

2005-11-12 Thread Stefan Leichter
Am Freitag, 11. November 2005 23:51 schrieb Alexandre Julliard: > Vitaliy Margolen <[EMAIL PROTECTED]> writes: > >> changelog: > >> shell32/test > >> Make shelllink.c compile with mingw and work with win2k. > > The mingw import lib probably needs to be fixed. There is currently nothing to fi

[RFC] winecfg audio driver test

2005-11-12 Thread Robert Reif
This is a proof of concept patch that adds a simple audio test to winecfg. All it does is use PlaySound to play a wave file. I am using LoadLibrary("winmm.dll") and FreeLibrary to change drivers. You must press the apply button for the driver change to take effect. There is no error recovery for

Re: New eject command issue

2005-11-12 Thread Christian Costa
Brian Vincent wrote: On 11/7/05, Christian Costa <[EMAIL PROTECTED]> wrote: The error (21) suggest the drive is not ready or is finishing something. Could you add a delay before the ejection IOCTL ? No difference with this: if (!DeviceIoControl( handle, IOCTL_STORAGE_MEDIA_REMOVA

mm driver message handling in DefDriverProc

2005-11-12 Thread Saulius Krasuckas
* 6 years, 7 months ago Eric Pouech did a change [*]: > > Started calling mixer as a 32 bit low level driver (no longer 16 bit) > Added support for yield proc in mci struct > Added mmTaskXXX16 and mmThreadXXX16 functions > Refreshed implementation of 16 bit native & asynchronous MCI driver command