I'm developing with WDK 6001 (KMDF Version 1.7), and test
my driver under Vista32.
Under windbg, !wdflogdump shows only this:
-------- begin output -----------------
Using default driver name "<mydriver>"
Trace searchpath is:
Trace format prefix is: %7!u!: %!FUNC! -
TMF file used for formatting IFR log is:
<mypath>\wdf01007.tmf
error: Could not retrieve WDF IFR log header for driver <mydriver>.
hint: Build your driver with newer WDF libraries.
------------ end output --------------------
Here (http://blogs.msdn.com/doronh/archive/2006/07/31/684531.aspx)
I found some (out dated) hints:
- I should add the DDK/WDK Symbol path ...
but I did'nt found it in the WDK 6001.
- I should load the correct wdfkd.dll ...
but "!load c:\WinDDK\6001.18000\bin\x86\wdfkd.dll" did not help.
I checked my Microsoft symserver cache, there I find only a
"wdf01000.pdb" ... I expected a wdf01005.pdb or wdf01007.pdb.
I assume it is a mismatch between Vista KMDF Version and WDK 6001, but I
may be wrong.
Thanks for helping !
J. Hoppe, PEAK-System Technik GmbH