Windows Driver Kit (WDK) and Windows Driver Framework (WDF) Installation Issue

Hi all,

I have downloaded Windows Driver Kit (WDK) and Windows Driver Framework (WDF)
(Title: WDK for Windows Server 2008 - Build 6001_18002) from https://connect.microsoft.com/ and tried to install it. It had installed only WDK as I can see only WDK folder in my C directory (C:\WinDDK\6001.18002) and there is no subfolder of WinDDK that is named WDF which shows that this package doesn’t have WDF package. Is there a separate package for WDF? If there is then can anyone please provide me with the link to download WDF?

Regards,
Nilam

xxxxx@tcs.com wrote:

Hi all,

I have downloaded Windows Driver Kit (WDK) and Windows Driver Framework (WDF)
(Title: WDK for Windows Server 2008 - Build 6001_18002) from https://connect.microsoft.com/ and tried to install it. It had installed only WDK as I can see only WDK folder in my C directory (C:\WinDDK\6001.18002) and there is no subfolder of WinDDK that is named WDF which shows that this package doesn’t have WDF package. Is there a separate package for WDF? If there is then can anyone please provide me with the link to download WDF?

Regards,
Nilam

Look in C:\WinDDK\6001.18002\tools\wdf ,
C:\WinDDK\6001.18002\redist\wdf

– pa

Hi,

Pavel, Thanks for your reply . I am new to windows drivers.
I am able to load the driver successfully but can’t see a simple kdprint statement which are there in my code using windbg. What else do I need to do to see these debug statements?

Regards,
Nilam

xxxxx@tcs.com wrote:

Hi,

Pavel, Thanks for your reply . I am new to windows drivers.
I am able to load the driver successfully but can’t see a simple kdprint statement which are there in my code using windbg. What else do I need to do to see these debug statements?

Regards,
Nilam

DebugView.
http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx

– pa

Yes I am able to see kdprint statements using DebugView.

Thanks & Regards,
Nilam

I downloaded the DebugView application from the below site which Pavel had send.
http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx

Executed the DebugView program file (dbgview.exe)

Selected Capture Kernel option in the Capture to see the kdprint statement.

Regards,
Nilam