Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » UMDF » WDF   (RSS)

KMDF Debugging Videos

A while ago, I wrote a blog post about our UMDF debugging videos , which were created by my teammate Abhishek. Now, I'm really excited to announce that we've released KMDF debugging videos, which can be found at http://www.microsoft.com/whdc/devtools/debugging/kmdf.mspx
Posted by iliast | 2 Comments
Filed under: , , , ,

WDF Logo Requirements Regarding Coinstallers

I've been asked many times, if a driver developer can avoid using WDF coinstallers. The answer is "yes, if the system already has the needed version of WDF installed (e.g. you want to install a WDF 1.5 driver in Vista RTM)". So, the next question that
Posted by iliast | 2 Comments
Filed under: , ,

Viewing WDF Logs In Windbg

One feature that is really helpful in debugging WDF drivers is the log file that is created by the frameworks themselves. In the log files you can see many warnings and errors that are created by the framework (i.e. they come for free and the driver does
Posted by iliast | 0 Comments
Filed under: , , , ,

Analyzing the Installation of WDF 1.7 and 1.9 drivers

Many months ago I had written a post analyzing the installation of WDF 1.5 drivers . Now that WDF 1.9 is almost out of the door, it's time to do the same thing for WDF 1.7 and 1.9. The differences in the coinstallers for these 2 versions are small, so
Posted by iliast | 0 Comments
Filed under: , ,

How to install WDF drivers (Quick-Start)

This post is a small quick-start on how to install WDF drivers. Part 1: Installing a UMDF driver You can start with the echo sample, which is located at %WinDDK%\6001.18002\src\umdf\echo. First, you need to do a bcz in that directory. In your output directory
Posted by iliast | 3 Comments
Filed under: , ,

The WDF team needs your help in ensuring compatibility

You might know that the Windows Driver Framework team is working on the next version of WDF, version 1.9, and planning to release it with Windows 7. Windows 7 will have this new version of framework built in. However, we will also provide a redistributable
Posted by iliast | 0 Comments
Filed under: , ,

WinHEC 2008 Presentations

As many of you know, WinHEC 2008 took place in Los Angeles, at the beginning of this month. I gave a presentation in the conference with Bob Kjelgaard about the WDF coinstallers and WDF logo requirements. This presentation includes a step-by-step walkthrough
Posted by iliast | 1 Comments
Filed under: , ,

When Is WDF 1.7 RTM Coming Out?

UPDATE 10/02/2008 : The WDF 1.7 RTM coinstallers were released on 4/18/2008. For more information on how to download them, please look at http://blogs.msdn.com/iliast/archive/2008/10/02/where-are-the-wdf-1-7-rtm-coinstallers.aspx Lately, I've been hearing
Posted by iliast | 4 Comments
Filed under: , ,

UMDF Architecture talks

During the last month I spent a lot of time going into more depth into UMDF. I wanted to make a more in-depth post about UMDF, but I just saw the UMDF talks (audio+slides) from WinHEC 2006 have been posted at the UMDF website . Since some of the topics
Posted by iliast | 3 Comments
Filed under: ,

Introduction to the User-Mode Driver Framework (UMDF)

The first WDF framework that I'll talk about is the UMDF (User-Mode Driver Framework). This framework allows the development of user-mode drivers. Currently, the supported devices are USB non-isochronous devices, like digital cameras, portable media players,
Posted by iliast | 8 Comments
Filed under: ,
 
Page view tracker