sunpongber

Environment Guide for Printer Driver

How to build product

  1. 使用 VS 工程进行编译(推荐调试时使用)
  1. 使用 DDK/WDK 工具进行编译(程序发布时推荐使用)

How to debug the driver

  1. 驱动组件的调试

注意:上面的调试是针对 UI 组件来说的,对 UNI 组件可以 attach spollsv.exe 进程,如果设置断点无效可以使用 windbg.exe attach 到 spoolsv.exe 进行调试。

  1. 安装、卸载程序的调试