阅读:954回复:1
softice的帮助文档看不懂,谁教我怎么做呀?
To generate Program Database (PDB) debug information:
Compile with Program Database debug information, using the command-line option /Zi Use Microsoft’s linker to link with /DEBUG /DEBUGTYPE:CV Note: VxDs require you to generate PDB debug information. To generate Codeview debug information: Compile with C7-compatible debug information, using the command-line option /Z7 Use Microsoft’s linker to link with /DEBUG /DEBUGTYPE:CV /PDB:NONE 这些单词基本都认识,但是不知道怎么做。这段话的题目是 Building Applications with Debug Information 那位大虾教小弟一下呀。小弟初学驱动,先谢过了。 |
|
沙发#
发布于:2005-07-27 09:49
你如果调试的是应用程序和2k,xp的驱动程序,vc编译的debug版,就满足要求,不用你看这个.
如果用vtoolsd编译vxd,编译出来debug的也满足要求. 这段说明,你可以不用关心 |
|