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
> 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.
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
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
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
~/
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
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