Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Correct group for WDM development??

Reply
Thread Tools Display Modes

Correct group for WDM development??

 
 
Lou Arnold
Guest
Posts: n/a

 
      05-24-2005
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.
 
Reply With Quote
 
 
 
 
Don Burn
Guest
Posts: n/a

 
      05-24-2005
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: gers.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.



 
Reply With Quote
 
Lou Arnold
Guest
Posts: n/a

 
      05-24-2005
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:63677
>
>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: ogers.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.

>
>


 
Reply With Quote
 
Don Burn
Guest
Posts: n/a

 
      05-24-2005
Lou,

Walter's book is an excellent introduction to driver development.
Windows drivers are a new programming model, with their own set of API's and
rules, so the learning curve can be high. What is your goal in jumping into
Windows drivers? Do you need to control a specific device? Do you want to
learn this in general? or what?

At a minimum get the DDK, ask questions here and at the newgroups at
http://www.osronline.com, also start reading the papers and materials off
of http://www.microsoft.com/whdc/default.mspx


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

>>
>>

>



 
Reply With Quote
 
Mark Roddy
Guest
Posts: n/a

 
      05-24-2005
Lou Arnold wrote:
> 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.
>


Yes. But VS6 is not. The ddk is available at a nominal cost and Walter's
book is priced typically for this sort of book. Your startup costs are
under $100. That is pretty damn reasonable.

Without VS you will need some sort of decent program editor that is
cheap(free).

> 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:63677
>>
>>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.

>>
>>

>

 
Reply With Quote
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      05-24-2005
> Just wanted to know if this was the right group to discuss Windows
> Driver Model (WDM) type drivers?? Particularly for Win2K?


This one is correct.

> Q1: Is the book "Programming the Windows Driver Model" by Walter Oney
> useful?


Yes, surely. Very good book.

> Q2: The MS Windows .Net DDK. IS that still available from Microsoft,
> and does anyone know the cost? I assume that's necessary??


It is included in all MSDN Subscriptions.

> Q3: Is Visual Studio 6 still required for the book's examples, or will
> VC++ 5 do?


Ask Walter about it. I think 6 is needed.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation

http://www.storagecraft.com


 
Reply With Quote
 
Bruno van Dooren
Guest
Posts: n/a

 
      05-24-2005
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.

>>
>>

>



 
Reply With Quote
 
Vipin
Guest
Posts: n/a

 
      05-24-2005
Hey Bruno,
Are you sure the dev boards are available for 70$? That
is cheap, I would like to purchase one.
What all places do they ship the board(I meant outside United States)?

Thanks
Vipin

"Bruno van Dooren" <> wrote in message
news:%...
> 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.
> >>
> >>

> >

>
>



 
Reply With Quote
 
Vipin
Guest
Posts: n/a

 
      05-24-2005
Undoubtedly great book is walter's. I think the bad part which Walter has
done is, he has used a expensive USB kit to teach.
I tried to get one here and it costs really lot, so all I could do was read
and enjoy till I get into a multinational which would do some
real USB development. What a bad way to do something given his art of
teaching. He should have been more considerate by picking a
cheaper kit which the reader can afford.

My 2 cents of feedback.

Thanks
Vipin

"Maxim S. Shatskih" <> wrote in message
news:...
> > Just wanted to know if this was the right group to discuss Windows
> > Driver Model (WDM) type drivers?? Particularly for Win2K?

>
> This one is correct.
>
> > Q1: Is the book "Programming the Windows Driver Model" by Walter Oney
> > useful?

>
> Yes, surely. Very good book.
>
> > Q2: The MS Windows .Net DDK. IS that still available from Microsoft,
> > and does anyone know the cost? I assume that's necessary??

>
> It is included in all MSDN Subscriptions.
>
> > Q3: Is Visual Studio 6 still required for the book's examples, or will
> > VC++ 5 do?

>
> Ask Walter about it. I think 6 is needed.
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
>
> http://www.storagecraft.com
>
>



 
Reply With Quote
 
Don Burn
Guest
Posts: n/a

 
      05-24-2005
Actually I think he chose what he could find. I know others who have tried
to track down cheaper USB stuff and couldn't. OSR is the first company that
has been successful on this.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply



"Vipin" <> wrote in message
news:...
> Undoubtedly great book is walter's. I think the bad part which Walter has
> done is, he has used a expensive USB kit to teach.
> I tried to get one here and it costs really lot, so all I could do was
> read
> and enjoy till I get into a multinational which would do some
> real USB development. What a bad way to do something given his art of
> teaching. He should have been more considerate by picking a
> cheaper kit which the reader can afford.
>
> My 2 cents of feedback.
>
> Thanks
> Vipin
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
group contacts only send to part of the group martine Windows Vista Mail 1 04-07-2009 02:20 PM
Transfer contact from one group to another group Rhonda Windows Vista Mail 1 07-05-2008 12:38 AM
not sure if this is the correct group? 1maintenance Windows Vista Performance 4 02-09-2008 05:56 PM
Windows Mail Contact Group option GROUP ONLY PECHE RICE Windows Vista Mail 0 03-14-2007 05:11 PM
VFW development Tom Windows Vista Drivers 1 04-18-2005 04:28 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59