You mean link it with winelib when compiling, or build
a .so library you link in at runtime?
I mean creating what wine calls a winelib app: it uses wine magic for
startup (it ends up being a .so file run by the wine loader, and not a
full native ELF application).
By the way, how essential is STI
--- Eric Pouech <[EMAIL PROTECTED]> wrote:
> Damjan Jovanovic a écrit :
> > Hi
> >
> > Basically, I have a Windows user-space device
> driver,
> > and I need to get it working under Linux.
> >
> > I note Wine has some "device" functions
> > (FILE_CreateDevice(), and DOSFS_OpenDevice()). How
> do
Damjan Jovanovic a écrit :
Hi
Basically, I have a Windows user-space device driver,
and I need to get it working under Linux.
I note Wine has some "device" functions
(FILE_CreateDevice(), and DOSFS_OpenDevice()). How do
these work and what do they do? Are they documented
anywhere?
what driver is it
Hi
Basically, I have a Windows user-space device driver,
and I need to get it working under Linux.
I note Wine has some "device" functions
(FILE_CreateDevice(), and DOSFS_OpenDevice()). How do
these work and what do they do? Are they documented
anywhere?
And is there a way to open and use a Wind