Re: STI, device drivers and stuff

2005-03-18 Thread Kuba Ober
> > > IStiDeviceControl are probably part of the Windows > > DDK > > > (Device Driver Kit), and that you get separately > > from > > > Microsoft (for a ridiculous price). > > It's a free CD. You pay only for shipping. If you > > want, I've got two of those > > and can transfer one of them to be ta

Re: STI, device drivers and stuff

2005-03-18 Thread Damjan Jovanovic
--- Kuba Ober <[EMAIL PROTECTED]> wrote: > > IStiDeviceControl are probably part of the Windows > DDK > > (Device Driver Kit), and that you get separately > from > > Microsoft (for a ridiculous price). > > It's a free CD. You pay only for shipping. If you > want, I've got two of those > and can

Re: STI, device drivers and stuff

2005-03-17 Thread Kuba Ober
> IStiDeviceControl are probably part of the Windows DDK > (Device Driver Kit), and that you get separately from > Microsoft (for a ridiculous price). It's a free CD. You pay only for shipping. If you want, I've got two of those and can transfer one of them to be taken care of by the wine folks.

Re: STI, device drivers and stuff

2005-03-17 Thread Mike McCormack
Damjan Jovanovic wrote: I'll see if I can get it from the ReactOS people. Does anyone else on this mailing list have the Windows DDK around and a spare stiusd.h they want to share? Are you planning to write an STI mini-driver or just trying to load one? I don't think you'll have much success trying

Re: STI, device drivers and stuff

2005-03-17 Thread Damjan Jovanovic
--- Mike McCormack <[EMAIL PROTECTED]> wrote: > > I've noticed that STI.DLL uses the > IStiDeviceControl > > interface, which is defined by the STIUSD.H file I > > haven't got (it might be part of the Windows DDK > or > > something). Any idea where to find it? > > I can't see any definition of I

Re: STI, device drivers and stuff

2005-03-16 Thread Mike McCormack
Damjan Jovanovic wrote: Thank you, I appreciate it, I made an STI.IDL based on your code that compiles with widl. Now I've "just" got to write STI.DLL, STIMON.EXE, and some still image minidrivers :-). Cool. If you can, go ahead and submit it. If you send your patches a bit at a time, they're ea

Re: STI, device drivers and stuff

2005-03-16 Thread Damjan Jovanovic
Hi --- Mike McCormack <[EMAIL PROTECTED]> wrote: > > 4. Anyone wanna help out? > > Sure. I'm willing to help you build a frame for you > to build your code > in. I've attached an IDL file for STI that I > created a while back. I > don't think it compiles any more, but I should be > able to

Re: STI, device drivers and stuff

2005-03-14 Thread Steven Edwards
Hi, --- "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > > 2. STI has kernel mode components to deal USB / SCSI / > > serial / parallel ports. Is there any attempt to bring > > kernel mode support into Wine (ReactOS/Wine merger?) > > any time soon? If not, should I implement USB support > > using l

Re: STI, device drivers and stuff

2005-03-14 Thread Mike McCormack
Hi Damjan, Damjan Jovanovic wrote: I've started working on implementing STI functionality in Wine. STI is a Windows 98/2000 "Still Image" capture system, and I'm doing it to get my scanner working in Linux. Fantastic! 2. STI has kernel mode components to deal USB / SCSI / serial / parallel ports. I

Re: STI, device drivers and stuff

2005-03-14 Thread Dimitrie O. Paun
On Mon, Mar 14, 2005 at 03:41:40AM -0800, Damjan Jovanovic wrote: > 1. Do you support/accept/like C++ code in Wine? COM is > bad enough in C++, I would rather not do it in C. Use C, ALexandre will not accept C++. > 2. STI has kernel mode components to deal USB / SCSI / > serial / parallel ports.

STI, device drivers and stuff

2005-03-14 Thread Damjan Jovanovic
Hi I've started working on implementing STI functionality in Wine. STI is a Windows 98/2000 "Still Image" capture system, and I'm doing it to get my scanner working in Linux. I have a few questions: 1. Do you support/accept/like C++ code in Wine? COM is bad enough in C++, I would rather not do i