DbgPrint question !
When migrating from Windows XP to Windows 7(or vista) the drivers made on Windows XP, more one he Headache when using DbgPrint, on WIndows 7 que compiler change DbgPrint to DbgPrintEx (with more parameters) ... well, the result of all this is no message on DbgMon or Debugger ... the case is that the parameter inserted on DbgPrintEx (when make change automatically, the extra parameters dont works !!!
How to help this ???
I have used the program: SetDbgPrintFiltering.exe , and them you need only put :
Component Level:
DEFAULT
VIsta Debug leval:
255
This is enough to use DbgPrint (and see the string printed !) using Windows Vista or Windows 7.
After put these parameters, do shutdown and restart windows , and them, all message print will be displayed.
Download Solution (exec file)
http://www.osronline.com/article.cfm?name=setdbgprintfiltering_v1.zip&id=506
OSROnline documentation
http://www.osronline.com/article.cfm?article=295