Hi,
i am also an experienced programmer who is learning to write WDM drivers
for the fun of it, in my own free time.
I tried learning from the windows DDK, but that sucks bigtime. 1000's and
1000's
of pages of dry-as-dust documentation without much storyline.
Walter Oney's book is excellent and really gives you a step by step overview
about
development of WDM drivers.
i use VC60 myself, because i have it available at work, but any editor 'll
do because the
compiler is supplied with the DDK.
there are free editors enough. for linux, unix and BeOS i am addicted to
VIM, which is in
my opinion the best editor ever.
also you might want to register (for free) at
www.osronline.com they have
great WDM articles.
they also sell PCI and USB development boards that you can use for learning
how to write
WDM drivers. they are no that expensive either (70-120$)
kind regards,
Bruno.
"Lou Arnold" <> wrote in message
news: gers.com...
> Thank you, Don. Still, some seem to recommend the book and others
> don't. I'm an experienced programmer, but never written a Windows
> driver. and I'm short on money. Is Walter's book necessary?
> Lou.
>
> On , "Don Burn" <> wrote:
>
>>NNTP-Posting-Date: Tue, 24 May 2005 07:54:14 MST
>>Date: Tue, 24 May 2005 10:53:20 -0400
>>Xref: number1.nntp.dca.giganews.com
>>microsoft.public.development.device.drivers:6367 7
>>
>>This is the discussion group for WDM device drivers. Get the second
>>edition
>>of Walter's book, there have been improvements. The DDK you need is the
>>"Windows Server 2003 SP1 DDK", see
>>http://www.microsoft.com/whdc/devtoo...rderddkcd.mspx for ordering.
>>Microsoft charges shipping costs only for this DDK. This DDK will build
>>drivers for 2000, XP and 2003. The compiler needed to build the drivers
>>is
>>included with the DDK.
>>
>>You may want to look at
>>http://www.microsoft.com/whdc/driver...Dev_Intro.mspx the
>>paper
>>explains much of what is needed to get started.
>>
>>
>>
>>--
>>Don Burn (MVP, Windows DDK)
>>Windows 2k/XP/2k3 Filesystem and Driver Consulting
>>Remove StopSpam from the email to reply
>>
>>
>>
>>"Lou Arnold" <> wrote in message
>>news:. rogers.com...
>>> Just wanted to know if this was the right group to discuss Windows
>>> Driver Model (WDM) type drivers?? Particularly for Win2K?
>>>
>>> Q1: Is the book "Programming the Windows Driver Model" by Walter Oney
>>> useful?
>>>
>>> Q2: The MS Windows .Net DDK. IS that still available from Microsoft,
>>> and does anyone know the cost? I assume that's necessary??
>>>
>>> Q3: Is Visual Studio 6 still required for the book's examples, or will
>>> VC++ 5 do?
>>>
>>> Q4: Is there another less expensive way to develop Windows drivers?
>>>
>>> Thanks,
>>> Lou.
>>
>>
>