Re: Query MediaType of SD-Cards using IOCTL_GET_DISK_DRIVE_GEOMETRY

2012-07-14 Thread Eduard Hasenleithner
Hi Am 2012-07-14 21:35, schrieb Dan Kegel: Is it worth for working on patches for these issues, or is this completely impossible with the current architecture? Do you know yet why no symlink is made in dosdevices for /media/-? Well, if the partition would be detected as 'removable' i

re: Query MediaType of SD-Cards using IOCTL_GET_DISK_DRIVE_GEOMETRY

2012-07-14 Thread Dan Kegel
> Is it worth for working on patches for these issues, or is this > completely impossible with the current architecture? Do you know yet why no symlink is made in dosdevices for /media/-? I haven't heard any rumblings about the current architecture being hopelessly broken.

Query MediaType of SD-Cards using IOCTL_GET_DISK_DRIVE_GEOMETRY

2012-07-14 Thread Eduard Hasenleithner
Hi I'm trying to use the TANITA Bodyvision software (http://www.tanita.co.uk/index.php?id=158) under wine. The software is supposed to read its data from an SD-Card. But under wine it cannot find the SD card. I managed to find out what it takes so that the software finds the SD card. Please

Re: dsound: Add detection of output format and allow a maximum of 8 channels

2012-07-14 Thread Andrew Eikum
On Sat, Jul 14, 2012 at 05:00:02PM +1000, Donny Yang wrote: > Andrew, I've removed the two driver edits. IAudioClient_GetMixFormat() > needs an initialised client parameter which doesn't exist in > DirectSoundDevice_Create(), so it can only be done after the client is > initialised, which is approx

GetDriveType and empty CD/DVD-ROM drives

2012-07-14 Thread GOUJON Alexandre
Hi, I'm currently working on bug #17037. The root cause is that GetDriveType("D:\") (if D is mapped to /dev/cdrom) returns DRIVE_NO_ROOT_DIR while on Windows it returns DRIVE_CDROM when there is no disc in the D drive. GetDriveType tries to open D:\ which is converted into \\??\\D:\\ then ~/

Re: Suppressing My Computer in File Open dialog box?

2012-07-14 Thread Dan Kegel
On Sat, Jul 14, 2012 at 2:03 AM, GOUJON Alexandre wrote: >> Does anyone know how to keep the Save File dialog box from >> listing My Computer in the LookIn pulldown? > > Have you read > http://msdn.microsoft.com/en-us/library/windows/desktop/ms646960%28v=vs.85%29.aspx#_win32_Open_and_Save_As_Dialo

Re: Suppressing My Computer in File Open dialog box?

2012-07-14 Thread GOUJON Alexandre
On 07/14/2012 01:28 AM, Dan Kegel wrote: I'm creating a page of tips at http://wiki.winehq.org/DisplayingUnixFilenames for vendors shipping Windows apps on Linux with Wine who want their apps to use Windows paths throughout internally, but display Linux paths in the GUI This is something I've be