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 transfer one

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 taken care of by

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

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

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. As

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 fix it up

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

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 it

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. Is

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 libusb in