Click to See Complete Forum and Search --> : Help for start driver(device)programming with C - C++
Arash.Heap
April 16th, 2007, 10:06 AM
Hello .
I have interest device programming ... and i want to start device programming with good ebooks .
what ebooks you introduce me for learning device programming for amaturs .
please introduce me some ebooks for starting device programming with C and C++ .
tnx .
Arash.Heap
April 16th, 2007, 11:34 AM
Don't anybody want to help me ......
djai
April 17th, 2007, 06:41 AM
You have not mentioned on which OS you want to develop driver.
Arash.Heap
April 17th, 2007, 09:05 AM
windows and linux
Arash.Heap
April 18th, 2007, 12:45 PM
Please help me .... I saied platforms .
Mystret
April 18th, 2007, 04:14 PM
Maybe you should have some patience instead of posting again and again every few hours? It will make you look a lot less childish.
Now to answer your question, usually drivers don't work on Linux and Windows. A driver gets developed for one OS and it will only work on that OS. To develop drivers on Windows you will need the WDK, you can get it from microsoft.com. Then you will need a good tutorial; one which I think is really good is this one : http://www.codeproject.com/system/driverdev.asp . After that, you'll just have to google information for the specific driver you want to make.
About Linux drivers; I have no idea how to make them. A lot of people here will disagree with me, but I hate Linux. ;)
And always remeber, Google is your friend.
codeguru.com
Copyright 2007 Jupitermedia Corporation All Rights Reserved.