I'm also not sure as to how much such an extension would be wishful
in the context of Wine itself or if it would unnecessarily complicate
the existing Wine architecture. Maybe someone with more insigth into
NTDLL and its supposed architecture could explain more here?
I'm currently working on this b
Dan Timis [mailto:[EMAIL PROTECTED] wrote:
> I did some further investigation and it looks like CreateFile
> (actually
> CreateFileW) looks at the filename and if it starts with "\\.\" it
> calls DEVICE_Open(). DEVICE_Open() compares the file name
> (without the
> "\\.\" ) against all the ent
ller?
Thanks,
Dan
On Wednesday, December 10, 2003, at 10:22 AM, Rolf Kalbermatter wrote:
Message: 2
Date: Tue, 9 Dec 2003 14:56:16 -0800
Subject: Adding support for a USB device
From: Dan Timis <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Hi,
I need help with supporting a particular USB device
Message: 2
Date: Tue, 9 Dec 2003 14:56:16 -0800
Subject: Adding support for a USB device
From: Dan Timis <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Hi,
>I need help with supporting a particular USB device under wine. I have
>to start by saying that although I am an experienced C/C+
> "Dan" == Dan Timis <[EMAIL PROTECTED]> writes:
Dan> Hi, I need help with supporting a particular USB device under wine.
Dan> I have to start by saying that although I am an experienced C/C++
Dan> programmer with some Linux experience, I have almost no Windows or
Dan> wine exp
Hi,
I need help with supporting a particular USB device under wine. I have
to start by saying that although I am an experienced C/C++ programmer
with some Linux experience, I have almost no Windows or wine experience.
The Windows code for which I need to provide support uses CreateFile()
to g