From: E.Z. on
I'm new to the DDK.
I just d/l the WinDDK 7600.16385.1 and I'm trying to use the WinDbg.
So I took the sample "tracedrv"
(WINDDK\7600.16385.1\src\general\tracing\tracedrv), builded it and try to
run tracectl.exe with the WinDbg, using "File->Open Executable" option. I
set the Symbol File Path to tracectl.exe path, where "tracectl.pdb" is.

I'm getting the message "*** ERROR: Symbol file could not be found. ", and
can't see it in Source Mode. When I run the program, I don't see the trace
messages of the driver (KdPrint() statements).

Can anyone help please?
Tnx