View Full Version : Windows Drivers Model and USB


sekxx
17th April 2003, 14:39
Hello everybody,
I own a "ATI Remote Control", wich should be pretty great except the fact that the embeded software "Suck's", you have to build a '.dll' each time you want to add a profile for a software.
So I want to give a try to the W.D.M. wich I don't know at all.
My questions are:
-Where can I find some information on windows driver developpement.
(Please everything else MSDN(I defenitly don't like MSDN ;)))
--Source code of driver of USB-harware are welcome.
-Which compiler is needed to do some WDM (I own VC++ 6, delphi6)
-Is there a S.D.K.?
--If yes, is it free?
---If yes, where can I find it?

SeKxX

CMatt
19th April 2003, 18:36
-Where can I find some information on windows driver developpement.
(Please everything else MSDN(I defenitly don't like MSDN ))

sorry if i must disappoint u, but the MSDN is the official docu for win-devepolment :p

-Which compiler is needed to do some WDM (I own VC++ 6, delphi6)
Every C/C++ complier for win

-Is there a S.D.K.?
Yes, the MS DDK -> Driver devepomlent kit

--If yes, is it free?
yes (as part of the MSDN..)
The Microsoft® Windows® Driver Development Kit (DDK) is available now. We will not be offering this kit as a download on this Web site. However, it is part of the standard MSDN® subscription download and ships with the standard edition.

---If yes, where can I find it?
http://www.microsoft.com/ddk/

sekxx
19th April 2003, 20:24
Thank's ;)