One more trick - you can use command line tool nmsym.exe
for creating symbols. This will allow you to create the symbols in
directly in makefile and will save some time.
If you are compiling your driver under Visual Studio
(like I do), you can add a BAT file into the “Post-Build Step”.
This is much more comfortable than creating the NMS’s
again and again after each build.
L.