PDB file for wdf01000.sys in vista wdk beta 2

I have been looking for the PDB file and have not been able to find it
yet. The WDF coinstaller is version 1.5, but I can’t find the PDB file
for the WDF01000.sys file. Can anyone point me to it?

Also, I noticed that either the .sys file doesn’t have a version
resource in it or the Vista explorer forgot how to display that info.
That’s a real shame when you consider that you can’t tell version 1.0
from 1.1 from 1.5 by the name of the file.

Beverly

To answer my own question it appears that the PDB file is now on the
symbol server for vista. Windbg is not complaining about wring version
anymore so I guess that’s OK, but I’m still having trouble using the WDF
debugger extensions. I have the wdfkd.dll loaded from build 5384 WDK. It
complains about not being able to get WdfBindInfo from my driver when I
do !wdfdriverinfo. My driver is built with the checked build
environment. Windbg is running on a 32-bit XP system and I’m debugging
amd64 Vista.

I must be missing something somewhere. Any clues?

Beverly


From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:47 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

I have been looking for the PDB file and have not been able to find it
yet. The WDF coinstaller is version 1.5, but I can’t find the PDB file
for the WDF01000.sys file. Can anyone point me to it?

Also, I noticed that either the .sys file doesn’t have a version
resource in it or the Vista explorer forgot how to display that info.
That’s a real shame when you consider that you can’t tell version 1.0
from 1.1 from 1.5 by the name of the file.

Beverly


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

The version of KMDF in the WDK is not necessarily the version of KMDF on the build of Vista you are running. You need to use the symbols for the OS release to get KMDF symbols on a Vista install, not the symbols from WDK install.

d


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 10:35 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

To answer my own question it appears that the PDB file is now on the symbol server for vista. Windbg is not complaining about wring version anymore so I guess that’s OK, but I’m still having trouble using the WDF debugger extensions. I have the wdfkd.dll loaded from build 5384 WDK. It complains about not being able to get WdfBindInfo from my driver when I do !wdfdriverinfo. My driver is built with the checked build environment. Windbg is running on a 32-bit XP system and I’m debugging amd64 Vista.
?
I must be missing something somewhere. Any clues?
?
Beverly


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:47 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2
I have been looking for the PDB file and have not been able to find it yet. The WDF coinstaller is version 1.5, but I can’t find the PDB file for the WDF01000.sys file. Can anyone point me to it?
?
Also, I noticed that either the .sys file doesn’t have a version resource in it or the Vista explorer forgot how to display that info. That’s a real shame when you consider that you can’t tell version 1.0 from 1.1 from 1.5 by the name of the file.
?
Beverly


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

If I used the 1.5 version of the coinstaller (the one that came with the WDK), wouldn’t that put version 1.5 of WDF on my system? In that case, I would need the symbols for 1.5, wouldn’t I?. If those symbols are not on the MS symbol server, where do I get them? I can’t find them in the WDK. Some symbols were downloaded from the symbol server for wdf01000.sys but I have no idea what version thos symbols are for because there is no version resource for that file and the minor version is not reflected in the name. since Windbg didn’t complain about wrong symbols, I assume that the 1.5 symbols are the ones that got downloaded from the symbol server.

I did verify that the wdf01000.sys that is currently on my vista system is version 1.5 (the tab in explorer properties is not named version anymore. It’s named details and that threw me off a little)

Are you telling me that there could be more than 1 version of WDF 1.5?

Beverly

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Doron Holan
Sent: Thursday, June 01, 2006 2:07 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

The version of KMDF in the WDK is not necessarily the version of KMDF on the build of Vista you are running. You need to use the symbols for the OS release to get KMDF symbols on a Vista install, not the symbols from WDK install.

d


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 10:35 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

To answer my own question it appears that the PDB file is now on the symbol server for vista. Windbg is not complaining about wring version anymore so I guess that’s OK, but I’m still having trouble using the WDF debugger extensions. I have the wdfkd.dll loaded from build 5384 WDK. It complains about not being able to get WdfBindInfo from my driver when I do !wdfdriverinfo. My driver is built with the checked build environment. Windbg is running on a 32-bit XP system and I’m debugging amd64 Vista.
?
I must be missing something somewhere. Any clues?
?
Beverly


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:47 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2 I have been looking for the PDB file and have not been able to find it yet. The WDF coinstaller is version 1.5, but I can’t find the PDB file for the WDF01000.sys file. Can anyone point me to it?
?
Also, I noticed that either the .sys file doesn’t have a version resource in it or the Vista explorer forgot how to display that info. That’s a real shame when you consider that you can’t tell version 1.0 from 1.1 from 1.5 by the name of the file.
?
Beverly


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Vista ships with v1.5 already, so the coinstaller does not put down any files on Vista since v1.5 is already present.

Try running this
x wdf01000!*
!lmi wdf01000

And then what does !lmi say about the symbols for the driver? The symbol server will serve up the right symbols for the binary based on the checksum when there are multiple instances of the same binary. Also, are you using wdfkd from the debugger install or from the WDK? You need to use the one from the WDK install, the debugger’s version is old and stale.

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:38 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

If I used the 1.5 version of the coinstaller (the one that came with the WDK), wouldn’t that put version 1.5 of WDF on my system? In that case, I would need the symbols for 1.5, wouldn’t I?. If those symbols are not on the MS symbol server, where do I get them? I can’t find them in the WDK. Some symbols were downloaded from the symbol server for wdf01000.sys but I have no idea what version thos symbols are for because there is no version resource for that file and the minor version is not reflected in the name. since Windbg didn’t complain about wrong symbols, I assume that the 1.5 symbols are the ones that got downloaded from the symbol server.

I did verify that the wdf01000.sys that is currently on my vista system is version 1.5 (the tab in explorer properties is not named version anymore. It’s named details and that threw me off a little)

Are you telling me that there could be more than 1 version of WDF 1.5?

Beverly

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Doron Holan
Sent: Thursday, June 01, 2006 2:07 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

The version of KMDF in the WDK is not necessarily the version of KMDF on the build of Vista you are running. You need to use the symbols for the OS release to get KMDF symbols on a Vista install, not the symbols from WDK install.

d


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 10:35 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

To answer my own question it appears that the PDB file is now on the symbol server for vista. Windbg is not complaining about wring version anymore so I guess that’s OK, but I’m still having trouble using the WDF debugger extensions. I have the wdfkd.dll loaded from build 5384 WDK. It complains about not being able to get WdfBindInfo from my driver when I do !wdfdriverinfo. My driver is built with the checked build environment. Windbg is running on a 32-bit XP system and I’m debugging amd64 Vista.
?
I must be missing something somewhere. Any clues?
?
Beverly


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:47 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2 I have been looking for the PDB file and have not been able to find it yet. The WDF coinstaller is version 1.5, but I can’t find the PDB file for the WDF01000.sys file. Can anyone point me to it?
?
Also, I noticed that either the .sys file doesn’t have a version resource in it or the Vista explorer forgot how to display that info. That’s a real shame when you consider that you can’t tell version 1.0 from 1.1 from 1.5 by the name of the file.
?
Beverly


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

I am using the wdfkd.dll from the WDK. I must still be doing something wrong (either that or the 32-bit version of wdfkd.dll can’t work with a 64-bit target).

!lmi has this to say:

kd> !lmi wdf01000
Loaded Module Info: [wdf01000]
Module: Wdf01000
Base Address: fffff9800027a000
Image Name: Wdf01000.sys
Machine Type: 34404 (X64)
Time Stamp: 446d26af Thu May 18 22:00:15 2006
Size: d0000
CheckSum: cdb6f
Characteristics: 22
Debug Data Dirs: Type Size VA Pointer
CODEVIEW 25, c04b8, becb8 RSDS - GUID: {496331E2-2875-4CCA-9062-755BED6F7178}
Age: 1, Pdb: Wdf01000.pdb
Image Type: MEMORY - Image read successfully from loaded memory.
Symbol Type: PDB - Symbols loaded successfully from symbol server.
C:\symbols\5384\amd64\Wdf01000.pdb\496331E228754CCA9062755BED6F71781\Wdf01000.pdb
Load Report: public symbols , not source indexed
C:\symbols\5384\amd64\Wdf01000.pdb\496331E228754CCA9062755BED6F71781\Wdf01000.pdb

Here is the result of .chain:

kd> .chain
Extension DLL search Path:
C:\Program Files\Debugging Tools for Windows\winext;C:\Program Files\Debugging Tools for Windows\winext\arcade;C:\Program Files\Debugging Tools for Windows\WINXP;C:\Program Files\Debugging Tools for Windows\pri;C:\Program Files\Debugging Tools for Windows;C:\Program Files\Debugging Tools for Windows\winext\arcade;C:\Perl\bin;C:\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\SYBASE\DLL;C:\SYBASE\BIN;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\Wbem;C:\Program Files\Hummingbird\Connectivity\7.10\Accessories;C:\Program Files\Subversion\bin;C:\Program Files\Microsoft Driver Test Manager\Controller\
Extension DLL chain:
c:\winddk\5384\bin\x86\wdfkd.dll: image 6.0.5384.4, API 1.0.0, built Thu May 18 21:18:32 2006
[path: c:\winddk\5384\bin\x86\wdfkd.dll]
exts: image 6.6.0003.5, API 1.0.0, built Wed Jan 18 18:06:06 2006
[path: C:\Program Files\Debugging Tools for Windows\WINXP\exts.dll]
kext: image 6.6.0003.5, API 1.0.0, built Wed Jan 18 18:06:10 2006
[path: C:\Program Files\Debugging Tools for Windows\winext\kext.dll]
kdexts: image 6.0.5278.0, API 1.0.0, built Wed Jan 18 18:20:33 2006
[path: C:\Program Files\Debugging Tools for Windows\WINXP\kdexts.dll]
dbghelp: image 6.6.0003.5, API 6.0.6, built Wed Jan 18 18:06:37 2006
[path: C:\Program Files\Debugging Tools for Windows\dbghelp.dll]
ext: image 6.6.0003.5, API 1.0.0, built Wed Jan 18 18:06:08 2006
[path: C:\Program Files\Debugging Tools for Windows\winext\ext.dll]

Wdfdriverinfo output:

d> !wdfdriverinfo mc_mydevice 0x91

warning: Could not read the WdfBindInfo pointer
Default driver image name: mc_mydevice
WDF library image name:
FxDriverGlobals 0xfffffa8004dccfc0
WdfBindInfo 0x0000000000000000
Version v0.0 build(0000)

Driver Handles is NULL

WDF Verifier settings for mc_mydevice.sys is OFF

And wdflogdump gives me this (I tried using both the x86 and the amd64 paths and got the same results either way):

kd> !wdflogdump mc_mydevice
Trace searchpath is: C:\WINDDK\5384\tools\tracing\amd64

Trace format prefix is: %7!u!: %!FUNC! -
error: Could not retrieve WDF IFR log header for driver mc_mydevice.
hint: Build your driver with newer WDF libraries.

Beverly

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Doron Holan
Sent: Thursday, June 01, 2006 2:56 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

Vista ships with v1.5 already, so the coinstaller does not put down any files on Vista since v1.5 is already present.

Try running this
x wdf01000!*
!lmi wdf01000

And then what does !lmi say about the symbols for the driver? The symbol server will serve up the right symbols for the binary based on the checksum when there are multiple instances of the same binary. Also, are you using wdfkd from the debugger install or from the WDK? You need to use the one from the WDK install, the debugger’s version is old and stale.

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:38 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

If I used the 1.5 version of the coinstaller (the one that came with the WDK), wouldn’t that put version 1.5 of WDF on my system? In that case, I would need the symbols for 1.5, wouldn’t I?. If those symbols are not on the MS symbol server, where do I get them? I can’t find them in the WDK. Some symbols were downloaded from the symbol server for wdf01000.sys but I have no idea what version thos symbols are for because there is no version resource for that file and the minor version is not reflected in the name. since Windbg didn’t complain about wrong symbols, I assume that the 1.5 symbols are the ones that got downloaded from the symbol server.

I did verify that the wdf01000.sys that is currently on my vista system is version 1.5 (the tab in explorer properties is not named version anymore. It’s named details and that threw me off a little)

Are you telling me that there could be more than 1 version of WDF 1.5?

Beverly

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Doron Holan
Sent: Thursday, June 01, 2006 2:07 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

The version of KMDF in the WDK is not necessarily the version of KMDF on the build of Vista you are running. You need to use the symbols for the OS release to get KMDF symbols on a Vista install, not the symbols from WDK install.

d


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 10:35 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

To answer my own question it appears that the PDB file is now on the symbol server for vista. Windbg is not complaining about wring version anymore so I guess that’s OK, but I’m still having trouble using the WDF debugger extensions. I have the wdfkd.dll loaded from build 5384 WDK. It complains about not being able to get WdfBindInfo from my driver when I do !wdfdriverinfo. My driver is built with the checked build environment. Windbg is running on a 32-bit XP system and I’m debugging amd64 Vista.
?
I must be missing something somewhere. Any clues?
?
Beverly


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:47 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2 I have been looking for the PDB file and have not been able to find it yet. The WDF coinstaller is version 1.5, but I can’t find the PDB file for the WDF01000.sys file. Can anyone point me to it?
?
Also, I noticed that either the .sys file doesn’t have a version resource in it or the Vista explorer forgot how to display that info. That’s a real shame when you consider that you can’t tell version 1.0 from 1.1 from 1.5 by the name of the file.
?
Beverly


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Hi Doron,

But if you say that the WDK binaries in the OS are not same as in WDK drops.
Maybe WDK support files ( wdfkd, symbols) can be included with the OS releases
( in support files package or separate DL) ?
so we could always use the right one?

–PA

“Doron Holan” wrote in message news:xxxxx@ntdev…
Vista ships with v1.5 already, so the coinstaller does not put down any files on Vista since v1.5 is already present.

Try running this
x wdf01000!*
!lmi wdf01000

And then what does !lmi say about the symbols for the driver? The symbol server will serve up the right symbols for the binary
based on the checksum when there are multiple instances of the same binary. Also, are you using wdfkd from the debugger install
or from the WDK? You need to use the one from the WDK install, the debugger’s version is old and stale.

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:38 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

If I used the 1.5 version of the coinstaller (the one that came with the WDK), wouldn’t that put version 1.5 of WDF on my
system? In that case, I would need the symbols for 1.5, wouldn’t I?. If those symbols are not on the MS symbol server, where do
I get them? I can’t find them in the WDK. Some symbols were downloaded from the symbol server for wdf01000.sys but I have no
idea what version thos symbols are for because there is no version resource for that file and the minor version is not reflected
in the name. since Windbg didn’t complain about wrong symbols, I assume that the 1.5 symbols are the ones that got downloaded
from the symbol server.

I did verify that the wdf01000.sys that is currently on my vista system is version 1.5 (the tab in explorer properties is not
named version anymore. It’s named details and that threw me off a little)

Are you telling me that there could be more than 1 version of WDF 1.5?

Beverly

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Doron Holan
Sent: Thursday, June 01, 2006 2:07 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

The version of KMDF in the WDK is not necessarily the version of KMDF on the build of Vista you are running. You need to use
the symbols for the OS release to get KMDF symbols on a Vista install, not the symbols from WDK install.

d


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 10:35 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

To answer my own question it appears that the PDB file is now on the symbol server for vista. Windbg is not complaining about
wring version anymore so I guess that’s OK, but I’m still having trouble using the WDF debugger extensions. I have the wdfkd.dll
loaded from build 5384 WDK. It complains about not being able to get WdfBindInfo from my driver when I do !wdfdriverinfo. My
driver is built with the checked build environment. Windbg is running on a 32-bit XP system and I’m debugging amd64 Vista.

I must be missing something somewhere. Any clues?

Beverly


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:47 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2 I have been looking for the PDB file and have not been able to
find it yet. The WDF coinstaller is version 1.5, but I can’t find the PDB file for the WDF01000.sys file. Can anyone point me to
it?

Also, I noticed that either the .sys file doesn’t have a version resource in it or the Vista explorer forgot how to display that
info. That’s a real shame when you consider that you can’t tell version 1.0 from 1.1 from 1.5 by the name of the file.

Beverly


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Try using the fully qualified path when invoking wdfkd commands to make sure you are not accidentally using the debugger version, for instance

!c:\winddk\5384\bin\x86\wdfkd.wdfdriverinfo mc_mydevice

Does
dt wdf01000!_WDF_BIND_INFO
or
dt mc_mydevice!_WDF_BIND_INFO

yield type information? Are the symbols for your driver also present?

Thx
D

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 1:10 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

I am using the wdfkd.dll from the WDK. I must still be doing something wrong (either that or the 32-bit version of wdfkd.dll can’t work with a 64-bit target).

!lmi has this to say:

kd> !lmi wdf01000
Loaded Module Info: [wdf01000]
Module: Wdf01000
Base Address: fffff9800027a000
Image Name: Wdf01000.sys
Machine Type: 34404 (X64)
Time Stamp: 446d26af Thu May 18 22:00:15 2006
Size: d0000
CheckSum: cdb6f
Characteristics: 22
Debug Data Dirs: Type Size VA Pointer
CODEVIEW 25, c04b8, becb8 RSDS - GUID: {496331E2-2875-4CCA-9062-755BED6F7178}
Age: 1, Pdb: Wdf01000.pdb
Image Type: MEMORY - Image read successfully from loaded memory.
Symbol Type: PDB - Symbols loaded successfully from symbol server.
C:\symbols\5384\amd64\Wdf01000.pdb\496331E228754CCA9062755BED6F71781\Wdf01000.pdb
Load Report: public symbols , not source indexed
C:\symbols\5384\amd64\Wdf01000.pdb\496331E228754CCA9062755BED6F71781\Wdf01000.pdb

Here is the result of .chain:

kd> .chain
Extension DLL search Path:
C:\Program Files\Debugging Tools for Windows\winext;C:\Program Files\Debugging Tools for Windows\winext\arcade;C:\Program Files\Debugging Tools for Windows\WINXP;C:\Program Files\Debugging Tools for Windows\pri;C:\Program Files\Debugging Tools for Windows;C:\Program Files\Debugging Tools for Windows\winext\arcade;C:\Perl\bin;C:\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\SYBASE\DLL;C:\SYBASE\BIN;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\Wbem;C:\Program Files\Hummingbird\Connectivity\7.10\Accessories;C:\Program Files\Subversion\bin;C:\Program Files\Microsoft Driver Test Manager\Controller\
Extension DLL chain:
c:\winddk\5384\bin\x86\wdfkd.dll: image 6.0.5384.4, API 1.0.0, built Thu May 18 21:18:32 2006
[path: c:\winddk\5384\bin\x86\wdfkd.dll]
exts: image 6.6.0003.5, API 1.0.0, built Wed Jan 18 18:06:06 2006
[path: C:\Program Files\Debugging Tools for Windows\WINXP\exts.dll]
kext: image 6.6.0003.5, API 1.0.0, built Wed Jan 18 18:06:10 2006
[path: C:\Program Files\Debugging Tools for Windows\winext\kext.dll]
kdexts: image 6.0.5278.0, API 1.0.0, built Wed Jan 18 18:20:33 2006
[path: C:\Program Files\Debugging Tools for Windows\WINXP\kdexts.dll]
dbghelp: image 6.6.0003.5, API 6.0.6, built Wed Jan 18 18:06:37 2006
[path: C:\Program Files\Debugging Tools for Windows\dbghelp.dll]
ext: image 6.6.0003.5, API 1.0.0, built Wed Jan 18 18:06:08 2006
[path: C:\Program Files\Debugging Tools for Windows\winext\ext.dll]

Wdfdriverinfo output:

d> !wdfdriverinfo mc_mydevice 0x91

warning: Could not read the WdfBindInfo pointer
Default driver image name: mc_mydevice
WDF library image name:
FxDriverGlobals 0xfffffa8004dccfc0
WdfBindInfo 0x0000000000000000
Version v0.0 build(0000)

Driver Handles is NULL

WDF Verifier settings for mc_mydevice.sys is OFF

And wdflogdump gives me this (I tried using both the x86 and the amd64 paths and got the same results either way):

kd> !wdflogdump mc_mydevice
Trace searchpath is: C:\WINDDK\5384\tools\tracing\amd64

Trace format prefix is: %7!u!: %!FUNC! -
error: Could not retrieve WDF IFR log header for driver mc_mydevice.
hint: Build your driver with newer WDF libraries.

Beverly

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Doron Holan
Sent: Thursday, June 01, 2006 2:56 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

Vista ships with v1.5 already, so the coinstaller does not put down any files on Vista since v1.5 is already present.

Try running this
x wdf01000!*
!lmi wdf01000

And then what does !lmi say about the symbols for the driver? The symbol server will serve up the right symbols for the binary based on the checksum when there are multiple instances of the same binary. Also, are you using wdfkd from the debugger install or from the WDK? You need to use the one from the WDK install, the debugger’s version is old and stale.

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:38 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

If I used the 1.5 version of the coinstaller (the one that came with the WDK), wouldn’t that put version 1.5 of WDF on my system? In that case, I would need the symbols for 1.5, wouldn’t I?. If those symbols are not on the MS symbol server, where do I get them? I can’t find them in the WDK. Some symbols were downloaded from the symbol server for wdf01000.sys but I have no idea what version thos symbols are for because there is no version resource for that file and the minor version is not reflected in the name. since Windbg didn’t complain about wrong symbols, I assume that the 1.5 symbols are the ones that got downloaded from the symbol server.

I did verify that the wdf01000.sys that is currently on my vista system is version 1.5 (the tab in explorer properties is not named version anymore. It’s named details and that threw me off a little)

Are you telling me that there could be more than 1 version of WDF 1.5?

Beverly

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Doron Holan
Sent: Thursday, June 01, 2006 2:07 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

The version of KMDF in the WDK is not necessarily the version of KMDF on the build of Vista you are running. You need to use the symbols for the OS release to get KMDF symbols on a Vista install, not the symbols from WDK install.

d


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 10:35 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

To answer my own question it appears that the PDB file is now on the symbol server for vista. Windbg is not complaining about wring version anymore so I guess that’s OK, but I’m still having trouble using the WDF debugger extensions. I have the wdfkd.dll loaded from build 5384 WDK. It complains about not being able to get WdfBindInfo from my driver when I do !wdfdriverinfo. My driver is built with the checked build environment. Windbg is running on a 32-bit XP system and I’m debugging amd64 Vista.
?
I must be missing something somewhere. Any clues?
?
Beverly


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:47 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2 I have been looking for the PDB file and have not been able to find it yet. The WDF coinstaller is version 1.5, but I can’t find the PDB file for the WDF01000.sys file. Can anyone point me to it?
?
Also, I noticed that either the .sys file doesn’t have a version resource in it or the Vista explorer forgot how to display that info. That’s a real shame when you consider that you can’t tell version 1.0 from 1.1 from 1.5 by the name of the file.
?
Beverly


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Eventually they will match, we are experiencing some pain in building
the bits for the WDK so they are a bit out of sync right now. Sorry for
the pain this is causing.

d

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Pavel A.
Sent: Thursday, June 01, 2006 1:31 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] PDB file for wdf01000.sys in vista wdk beta 2

Hi Doron,

But if you say that the WDK binaries in the OS are not same as in WDK
drops.
Maybe WDK support files ( wdfkd, symbols) can be included with the OS
releases
( in support files package or separate DL) ?
so we could always use the right one?

–PA

“Doron Holan” wrote in message
news:xxxxx@ntdev…
Vista ships with v1.5 already, so the coinstaller does not put down any
files on Vista since v1.5 is already present.

Try running this
x wdf01000!*
!lmi wdf01000

And then what does !lmi say about the symbols for the driver? The
symbol server will serve up the right symbols for the binary
based on the checksum when there are multiple instances of the same
binary. Also, are you using wdfkd from the debugger install
or from the WDK? You need to use the one from the WDK install, the
debugger’s version is old and stale.

d

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:38 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

If I used the 1.5 version of the coinstaller (the one that came with the
WDK), wouldn’t that put version 1.5 of WDF on my
system? In that case, I would need the symbols for 1.5, wouldn’t I?. If
those symbols are not on the MS symbol server, where do
I get them? I can’t find them in the WDK. Some symbols were downloaded
from the symbol server for wdf01000.sys but I have no
idea what version thos symbols are for because there is no version
resource for that file and the minor version is not reflected
in the name. since Windbg didn’t complain about wrong symbols, I assume
that the 1.5 symbols are the ones that got downloaded
from the symbol server.

I did verify that the wdf01000.sys that is currently on my vista system
is version 1.5 (the tab in explorer properties is not
named version anymore. It’s named details and that threw me off a
little)

Are you telling me that there could be more than 1 version of WDF 1.5?

Beverly

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Doron Holan
Sent: Thursday, June 01, 2006 2:07 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

The version of KMDF in the WDK is not necessarily the version of KMDF on
the build of Vista you are running. You need to use
the symbols for the OS release to get KMDF symbols on a Vista install,
not the symbols from WDK install.

d


From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 10:35 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

To answer my own question it appears that the PDB file is now on the
symbol server for vista. Windbg is not complaining about
wring version anymore so I guess that’s OK, but I’m still having trouble
using the WDF debugger extensions. I have the wdfkd.dll
loaded from build 5384 WDK. It complains about not being able to get
WdfBindInfo from my driver when I do !wdfdriverinfo. My
driver is built with the checked build environment. Windbg is running on
a 32-bit XP system and I’m debugging amd64 Vista.

I must be missing something somewhere. Any clues?

Beverly


From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:47 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2 I have
been looking for the PDB file and have not been able to
find it yet. The WDF coinstaller is version 1.5, but I can’t find the
PDB file for the WDF01000.sys file. Can anyone point me to
it?

Also, I noticed that either the .sys file doesn’t have a version
resource in it or the Vista explorer forgot how to display that
info. That’s a real shame when you consider that you can’t tell version
1.0 from 1.1 from 1.5 by the name of the file.

Beverly


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

I got the same results with the full path to wdfkd.dll.

When I do dt wdf01000!_WDF_BIND_INFO windbg complains about incorrect symbols. So where do I get the correct symbols for the WDK build 5384 WDF if I pulled the wrong ones down from the MS symbol server?

dt mc_mydevice!_WDF_BIND_INFO yields type info.

The symbols for my driver are loaded correctly. I can set breakpoints and view variables in my driver with no problems.

Beverly

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Doron Holan
Sent: Thursday, June 01, 2006 4:29 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

Try using the fully qualified path when invoking wdfkd commands to make sure you are not accidentally using the debugger version, for instance

!c:\winddk\5384\bin\x86\wdfkd.wdfdriverinfo mc_mydevice

Does
dt wdf01000!_WDF_BIND_INFO
or
dt mc_mydevice!_WDF_BIND_INFO

yield type information? Are the symbols for your driver also present?

Thx
D

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 1:10 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

I am using the wdfkd.dll from the WDK. I must still be doing something wrong (either that or the 32-bit version of wdfkd.dll can’t work with a 64-bit target).

!lmi has this to say:

kd> !lmi wdf01000
Loaded Module Info: [wdf01000]
Module: Wdf01000
Base Address: fffff9800027a000
Image Name: Wdf01000.sys
Machine Type: 34404 (X64)
Time Stamp: 446d26af Thu May 18 22:00:15 2006
Size: d0000
CheckSum: cdb6f
Characteristics: 22
Debug Data Dirs: Type Size VA Pointer
CODEVIEW 25, c04b8, becb8 RSDS - GUID: {496331E2-2875-4CCA-9062-755BED6F7178}
Age: 1, Pdb: Wdf01000.pdb
Image Type: MEMORY - Image read successfully from loaded memory.
Symbol Type: PDB - Symbols loaded successfully from symbol server.
C:\symbols\5384\amd64\Wdf01000.pdb\496331E228754CCA9062755BED6F71781\Wdf01000.pdb
Load Report: public symbols , not source indexed
C:\symbols\5384\amd64\Wdf01000.pdb\496331E228754CCA9062755BED6F71781\Wdf01000.pdb

Here is the result of .chain:

kd> .chain
Extension DLL search Path:
C:\Program Files\Debugging Tools for Windows\winext;C:\Program Files\Debugging Tools for Windows\winext\arcade;C:\Program Files\Debugging Tools for Windows\WINXP;C:\Program Files\Debugging Tools for Windows\pri;C:\Program Files\Debugging Tools for Windows;C:\Program Files\Debugging Tools for Windows\winext\arcade;C:\Perl\bin;C:\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\SYBASE\DLL;C:\SYBASE\BIN;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\Wbem;C:\Program Files\Hummingbird\Connectivity\7.10\Accessories;C:\Program Files\Subversion\bin;C:\Program Files\Microsoft Driver Test Manager\Controller\ Extension DLL chain:
c:\winddk\5384\bin\x86\wdfkd.dll: image 6.0.5384.4, API 1.0.0, built Thu May 18 21:18:32 2006
[path: c:\winddk\5384\bin\x86\wdfkd.dll]
exts: image 6.6.0003.5, API 1.0.0, built Wed Jan 18 18:06:06 2006
[path: C:\Program Files\Debugging Tools for Windows\WINXP\exts.dll]
kext: image 6.6.0003.5, API 1.0.0, built Wed Jan 18 18:06:10 2006
[path: C:\Program Files\Debugging Tools for Windows\winext\kext.dll]
kdexts: image 6.0.5278.0, API 1.0.0, built Wed Jan 18 18:20:33 2006
[path: C:\Program Files\Debugging Tools for Windows\WINXP\kdexts.dll]
dbghelp: image 6.6.0003.5, API 6.0.6, built Wed Jan 18 18:06:37 2006
[path: C:\Program Files\Debugging Tools for Windows\dbghelp.dll]
ext: image 6.6.0003.5, API 1.0.0, built Wed Jan 18 18:06:08 2006
[path: C:\Program Files\Debugging Tools for Windows\winext\ext.dll]

Wdfdriverinfo output:

d> !wdfdriverinfo mc_mydevice 0x91

warning: Could not read the WdfBindInfo pointer
Default driver image name: mc_mydevice
WDF library image name:
FxDriverGlobals 0xfffffa8004dccfc0
WdfBindInfo 0x0000000000000000
Version v0.0 build(0000)

Driver Handles is NULL

WDF Verifier settings for mc_mydevice.sys is OFF

And wdflogdump gives me this (I tried using both the x86 and the amd64 paths and got the same results either way):

kd> !wdflogdump mc_mydevice
Trace searchpath is: C:\WINDDK\5384\tools\tracing\amd64

Trace format prefix is: %7!u!: %!FUNC! -
error: Could not retrieve WDF IFR log header for driver mc_mydevice.
hint: Build your driver with newer WDF libraries.

Beverly

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Doron Holan
Sent: Thursday, June 01, 2006 2:56 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

Vista ships with v1.5 already, so the coinstaller does not put down any files on Vista since v1.5 is already present.

Try running this
x wdf01000!*
!lmi wdf01000

And then what does !lmi say about the symbols for the driver? The symbol server will serve up the right symbols for the binary based on the checksum when there are multiple instances of the same binary. Also, are you using wdfkd from the debugger install or from the WDK? You need to use the one from the WDK install, the debugger’s version is old and stale.

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:38 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

If I used the 1.5 version of the coinstaller (the one that came with the WDK), wouldn’t that put version 1.5 of WDF on my system? In that case, I would need the symbols for 1.5, wouldn’t I?. If those symbols are not on the MS symbol server, where do I get them? I can’t find them in the WDK. Some symbols were downloaded from the symbol server for wdf01000.sys but I have no idea what version thos symbols are for because there is no version resource for that file and the minor version is not reflected in the name. since Windbg didn’t complain about wrong symbols, I assume that the 1.5 symbols are the ones that got downloaded from the symbol server.

I did verify that the wdf01000.sys that is currently on my vista system is version 1.5 (the tab in explorer properties is not named version anymore. It’s named details and that threw me off a little)

Are you telling me that there could be more than 1 version of WDF 1.5?

Beverly

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Doron Holan
Sent: Thursday, June 01, 2006 2:07 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

The version of KMDF in the WDK is not necessarily the version of KMDF on the build of Vista you are running. You need to use the symbols for the OS release to get KMDF symbols on a Vista install, not the symbols from WDK install.

d


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 10:35 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2

To answer my own question it appears that the PDB file is now on the symbol server for vista. Windbg is not complaining about wring version anymore so I guess that’s OK, but I’m still having trouble using the WDF debugger extensions. I have the wdfkd.dll loaded from build 5384 WDK. It complains about not being able to get WdfBindInfo from my driver when I do !wdfdriverinfo. My driver is built with the checked build environment. Windbg is running on a 32-bit XP system and I’m debugging amd64 Vista.
?
I must be missing something somewhere. Any clues?
?
Beverly


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Brown, Beverly
Sent: Thursday, June 01, 2006 11:47 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] PDB file for wdf01000.sys in vista wdk beta 2 I have been looking for the PDB file and have not been able to find it yet. The WDF coinstaller is version 1.5, but I can’t find the PDB file for the WDF01000.sys file. Can anyone point me to it?
?
Also, I noticed that either the .sys file doesn’t have a version resource in it or the Vista explorer forgot how to display that info. That’s a real shame when you consider that you can’t tell version 1.0 from 1.1 from 1.5 by the name of the file.
?
Beverly


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer