jackyxue2005
驱动牛犊
驱动牛犊
  • 注册日期2005-04-08
  • 最后登录2005-09-20
  • 粉丝0
  • 关注0
  • 积分79分
  • 威望13点
  • 贡献值0点
  • 好评度1点
  • 原创分0分
  • 专家分0分
阅读:2446回复:3

请问如何编译DDK中的参考源代码

楼主#
更多 发布于:2005-04-29 12:21
请问testcap中提供的参考源代码如何编译
在帮助文档文档中提到的:
My Computer.Properties.Hardware.Hardware Wizard.Add new hardware.
\"To install hardware which is not Plug and Play compatible, click Next.\"
\"No, I want to select the hardware from a list.\"
\"What type of hardware do you want to install\"
Sound, Video, and Game Controllers
\"Have Disk…\"
Browse to find \"Testcap.inf\"
Browse to find \"Testcap.sys\" when requested
其中的Testcap.in和TEstcap.sys是用什么工具生成的?

多学习,多喝酒
jgw2008
驱动小牛
驱动小牛
  • 注册日期2004-12-16
  • 最后登录2005-12-20
  • 粉丝0
  • 关注0
  • 积分21分
  • 威望8点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2005-04-29 17:06
The INF file you should edit by yourself.

The SYS file is the driver image file, which is compiled by ddk.

more information please refer the history of this forum.
Best Wishes to you! MSN: jgw2008@hotmail.com E-Mail: jgw2008@126.com
Ronnie
驱动牛犊
驱动牛犊
  • 注册日期2005-05-03
  • 最后登录2005-12-12
  • 粉丝0
  • 关注0
  • 积分6分
  • 威望2点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2005-05-03 13:42
请问testcap中提供的参考源代码如何编译
在帮助文档文档中提到的:
My Computer.Properties.Hardware.Hardware Wizard.Add new hardware.
\"To install hardware which is not Plug and Play compatible, click Next.\"
\"No, I want to select the hardware from a list.\"
\"What type of hardware do you want to install\"
Sound, Video, and Game Controllers
\"Have Disk…\"
Browse to find \"Testcap.inf\"
Browse to find \"Testcap.sys\" when requested
其中的Testcap.in和TEstcap.sys是用什么工具生成的?

 




you can use the Build Environment of DDK to compile the source code.
after you install the DDK, you can open DOS build environment from DDK menu in windows start menu
then enter into the directory where source code exist and input \"build\" directive to compile the source code you want.



[编辑 -  5/3/05 by  Ronnie]
beelzebub918
驱动牛犊
驱动牛犊
  • 注册日期2004-08-31
  • 最后登录2009-09-21
  • 粉丝2
  • 关注0
  • 积分6分
  • 威望88点
  • 贡献值0点
  • 好评度63点
  • 原创分0分
  • 专家分0分
地板#
发布于:2007-08-23 10:01
进去然后build
游客

返回顶部