Basically I'm wondering what a sensible approach to learning Windows driver development would be.

I have a logitech mouse that logitech decided to drop support for Vista/W7 on, and I'd like to write a driver for it but if that isn't possible it's fine and I would work with some other device.

Where to begin?

Recommended Answers

All 3 Replies

1. Download and install a WDK.
2. Study the documentation and samples.
3. Find a datasheet for the device you want to drive.

After that a driver for a mouse-class device is a matter of one week.

Do I Need to know assembly?

Do I Need to know assembly?

While I'm an advocate of learning assembly, you don't need to know assembly to write a Windows driver. You might choose to use assembly at some point, in which case knowing it expands your options, but it's not a prerequisite.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.