Re: Device drivers in Wine

2004-06-20 Thread Eric Pouech
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

Re: Device drivers in Wine

2004-06-19 Thread Damjan Jovanovic
--- 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

Re: Device drivers in Wine

2004-06-18 Thread Eric Pouech
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

Device drivers in Wine

2004-06-16 Thread Damjan Jovanovic
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