Hi,
I’ve just bought the excellent “Writing Windows WDM DEvice Drivers” Book but the ‘CD ROM’ is missing. Is there anywhere I can locate one please?
Thanks
Brian
Be aware this book has a HUGE number of technical inaccuracies. A group
of driver dev’s were together once and played the game of randomly
opening the book to a two page spread and reading it for errors. The
error count was never zero, and I believe got to 14.
Unfortunately the CD is marked do not reproduce, so I am not sure you
will get the sample. You might try contacting the author at
http://www.phdcc.com/
Don Burn (MVP, Windows DKD)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
“xxxxx@appliedrelaytesting.co.uk”
wrote in message
news:xxxxx@ntdev:
> Hi,
> I’ve just bought the excellent “Writing Windows WDM DEvice Drivers” Book but the ‘CD ROM’ is missing. Is there anywhere I can locate one please?
> Thanks
> Brian
Thanks Don, I take your point but the code might have helped me see the basics. THere does not seem to be any contact details on www.phdcc.com anymore but I’ll keep looking. It was the parallel port byte read / write examples that I was looking for…
Kind Regards,
BRian
Sorry you spent money on it. Just discard that book and get Walter Oney’s book instead…
> I’ve just bought the excellent “Writing Windows WDM DEvice Drivers”
Who is the author?
–
Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com
Max,
The author is Chris Cant, the book is terrible, the second worst
Windows Driver book out there.
Don Burn (MVP, Windows DKD)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
“Maxim S. Shatskih” wrote in message
news:xxxxx@ntdev:
> > I’ve just bought the excellent “Writing Windows WDM DEvice Drivers”
>
> Who is the author?
>
> –
> Maxim S. Shatskih
> Windows DDK MVP
> xxxxx@storagecraft.com
> http://www.storagecraft.com
From a mini-review in The NT Insider, originally published in 1999:
http://www.osronline.com/article.cfm?id=176
Peter
OSR
> The author is Chris Cant, the book is terrible
Oh, well, not Walter Oney. Walter’s book is good.
–
Maxim S. Shatskih
Windows DDK MVP
Alex wrote: RE: “Writing Windows WDM DEvice Drivers” Book - Missing ‘CD ROM’
Sorry you spent money on it. Just discard that book and get Walter Oney’s book
instead…
THanks Alex. I’m looking for something that gives me a REALLY simple and up-to-date method to do nothing but I/O access to a parall port. I’m quite prepared to pay for a good book an example and to buy the necessary code signing capability but I do need a prompt solution. Can you (or anyone) suggest an approach? (And dont suggest WinDriver).
Thanks
Brian.
Have you looked at KMDF?
mm
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@appliedrelaytesting.co.uk
Sent: Tuesday, February 01, 2011 3:22 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] “Writing Windows WDM DEvice Drivers” Book - Missing ‘CD
ROM’
Alex wrote: RE: “Writing Windows WDM DEvice Drivers” Book - Missing ‘CD ROM’
Sorry you spent money on it. Just discard that book and get Walter Oney’s
book
instead…
THanks Alex. I’m looking for something that gives me a REALLY simple and
up-to-date method to do nothing but I/O access to a parall port. I’m quite
prepared to pay for a good book an example and to buy the necessary code
signing capability but I do need a prompt solution. Can you (or anyone)
suggest an approach? (And dont suggest WinDriver).
Thanks
Brian.
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
@mm:
Tell me how ![]()
http://www.amazon.com/Developing-Drivers-Windows-Foundation-Developer/dp/073
5623740
Recently back in stock, even.
mm
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@appliedrelaytesting.co.uk
Sent: Tuesday, February 01, 2011 4:13 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] “Writing Windows WDM DEvice Drivers” Book - Missing ‘CD
ROM’
@mm:
Tell me how ![]()
—
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
>suggest an approach? (And dont suggest WinDriver).
WinDriver is long ago obsoleted by KMDF. For 4 years or such.
–
Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com
>nothing but I/O access to a parall port.
Note that the parallel port already has its driver stack in Windows, so, probably it is better to call the MS’s drivers (by IOCTLs) instead of writing your own.
–
Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com
Thanks Maxim - could you tell me what their drivers are called so I can look them up? Will they exist in W64?
<<<probably it is better to call the MS’s drivers (by IOCTLs) instead of writing
your own.
–
Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com>>>>
Look in the WDK docs, under ‘Device and Driver Technologies/Bus and Port
Drivers/Ports/Parallel.’
Good luck,
mm
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@appliedrelaytesting.co.uk
Sent: Tuesday, February 01, 2011 7:18 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] “Writing Windows WDM DEvice Drivers” Book - Missing ‘CD
ROM’
Thanks Maxim - could you tell me what their drivers are called so I can look
them up? Will they exist in W64?
<<<
probably it is better to call the MS’s drivers (by IOCTLs) instead of
writing
your own.
–
Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com>>>>
—
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
@MM: "Developing Drivers with the Windows Driver Foundation " ordered. Many thanks for the pointer.
Many thanks. Have ordered it.
Brian
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Martin O’Brien
Sent: 01 February 2011 09:15
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] “Writing Windows WDM DEvice Drivers” Book - Missing ‘CD
ROM’
http://www.amazon.com/Developing-Drivers-Windows-Foundation-Developer/dp/073
5623740
Recently back in stock, even.
mm
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@appliedrelaytesting.co.uk
Sent: Tuesday, February 01, 2011 4:13 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] “Writing Windows WDM DEvice Drivers” Book - Missing ‘CD
ROM’
@mm:
Tell me how ![]()
—
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
—
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
No problem. Glad to see that it’s back in print.
mm
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@appliedrelaytesting.co.uk
Sent: Tuesday, February 01, 2011 7:23 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] “Writing Windows WDM DEvice Drivers” Book - Missing ‘CD
ROM’
@MM: "Developing Drivers with the Windows Driver Foundation " ordered. Many
thanks for the pointer.
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer