Don
Tue May 22 15:03:46 CDT 2007
You can use either kit to build drivers up to the version of the kit, i.e.
Server 2003 supports 2000, XP and 2003, while Vista has the same support
plus Vista. You will not get WDF with the older kit, and the tools,
documentation and samples are better with the newer kit.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website:
http://www.windrvr.com
Blog:
http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"kimiraikkonen" <kimiraikkonen85@gmail.com> wrote in message
news:1179862995.016186.38940@a26g2000pre.googlegroups.com...
> On Apr 19, 3:32 pm, "Don Burn" <b...@stopspam.windrvr.com> wrote:
>> It means basically there are two supported kits, the Windows Server 2003
>> SP1DDKand the WDK. Personally, I would choose the WDK and use WDF
>> (which
>> comes with the WDK) to build drivers where at all possible. WDF is the
>> Windows Driver Foundation and is the new programming model for device
>> drivers.
>>
>> --
>> Don Burn (MVP, WindowsDDK)
>> Windows 2k/XP/2k3 Filesystem and Driver Consulting
>> Website:
http://www.windrvr.com
>> Blog:
http://msmvps.com/blogs/WinDrvr
>> Remove StopSpam to reply
>>
>> "kimiraikkonen" <kimiraikkone...@gmail.com> wrote in message
>>
>> news:1176969678.354950.318650@d57g2000hsg.googlegroups.com...
>>
>>
>>
>> > On Apr 18, 5:58 pm, "Maxim S. Shatskih" <m...@storagecraft.com> wrote:
>> >> > 1-WinDDK is enough to develop MS-based device drivers?
>>
>> >> Yes. You will also need WinDbg and some text editor.
>>
>> >> > 2-Do i need/have to know programming languages like c++?
>>
>> >> C is a must, usually the drivers are written in C.
>>
>> >> > 3-Is WDK (or called WinDDK) avaible for download?
>>
>> >> It is surely a part of MSDN subscription, and possibly also available
>> >> as
>> >> a free
>> >> download.
>>
>> >> Pre-WDK DDKs were only a part of MSDN, or ordered CD with a shipment
>> >> cost of
>> >> around USD 30.
>>
>> >> --
>> >> Maxim Shatskih, WindowsDDKMVP
>> >> StorageCraft Corporation
>> >> m...@storagecraft.com
http://www.storagecraft.com
>>
>> > Thanks for the replies, i found out this page of MS with Windows
>> > Server 2003 SP1DDKfor download. What does it mean?
>> >
http://www.microsoft.com/whdc/DevTools/ddk/default.mspx
>> >
http://download.microsoft.com/download/9/0/f/90f019ac-8243-48d3-91cf-...
>>
>> > Thank you.- Hide quoted text -
>>
>> - Show quoted text -
>
> Thanks for the reply.
>
> Can i use Windows Server 2003 SP1 DDK in order to create XP or 2000-
> based drivers with no problem?
>