提醒:How to install WDF drivers (Quick-Start) 2011年04月09日

演示:以MSN订阅提醒为例 订阅到哪吒,有更新提醒我
哪吒机器人提醒:
提醒:driver writing != bus driving
【标题】How to install WDF drivers (Quick-Start)
【摘要】This post is a small quick-start on how to install WDF drivers.Part 1: Installing a UMDF driverYou can start with the echo sample, which is located at %WinDDK%\6001.18002\src\umdf\echo. First, you need to do a bcz in that directory. In your output directory you should see the following files:1) WudfEchoDriver.dll: This is the UMDF echo driver2) WudfEchoDriver.inf: This is your inf3) WudfEchoDriver.pdb: This is the pdb of your driver Copy these 3 files (the pdb is not needed actually, but it mi... (04-09 13:28)
收藏 |  评论 |  推荐给好友  | 
本文共有 0 次分享
评论
共有 - 条评论


我要反馈