用vc++ 6.0来编译wdm驱动(Compiling WDM drivers using vc++ 6).doc

用vc++ 6.0来编译wdm驱动(Compiling WDM drivers using vc++ 6).doc

  1. 1、本文档共8页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
用vc6.0来编译wdm驱动(CompilingWDMdriversusingvc6)

用vc++ 6.0来编译wdm驱动(Compiling WDM drivers using vc++ 6) Compiling WDM drivers using VC++ 6 Author: Arthur Tu Sunday, September 28, 2003 Title: use VC++ 6 to compile WDM drivers (limited to 2K DDK) Version 1.02 If you want to add something, add the following: *************************************** Author: Arthur Tu Source: Driver Development Network *************************************** Content: Using VC++ 6 to edit (not compile) Driver source files is a good choice, especially with Visual Assist, which is more convenient. Edit finished, in the VC++ inside build, it is more convenient. I refer to some of the M$sites, DS generated DSW, and build generated log files, have reference. In fact, the M$site is based on builds log file to change VCs Setting. Me, too;) Limited to 2K DDK, because XP, DDK, and 2003 DDK do not need VC++6.0. And when I use VC6 to build, Ill tell you Compiler version not supported Windows DDK by, but I dont try any further. DDK himself brought link, 98, 2K, and DDK all seem to be VC5, and if you do like me, youre actually using VC6s link. Source, dir, and make files are not considered. DDK build, in fact, is called a nmake tool, and nmake to tune the corresponding files, such as cl.exe, link.exe and so on. CL option settings, the main attention to the DDK include path problem, link option is to let link go to link out of a sys, not exe, ha ha Preparatory work: 1, installed DDK (ha ha, talk nonsense). Directory name is best not with spaces. 2, establish a workspace, add your own C, h, RC and other documents. 3, Configurations, add Checked, Free, do not Debug, Release (in fact, this is not necessary, Checked, Debug, see how you called). All thats left is to change the settings so that VC can send out a sys file for you build. Lets go one by one. All changes are under Project-Setting. Mainly in C/C++ and Link. 1, General, just one, Not, Using, MFC; 2, Debug, there is nothing to change; 3, C/C++: 1.1 General: 3.1.1, Warning, level, with Level3, driv

您可能关注的文档

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档