renrentou
驱动牛犊
驱动牛犊
  • 注册日期2003-12-15
  • 最后登录2003-12-25
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1272回复:2

请问如何设定winddk和vc6的开发环境?

楼主#
更多 发布于:2003-12-25 13:52
如题,请指教。我是初学者,谁能跟我一些指导
firewater2000
驱动牛犊
驱动牛犊
  • 注册日期2003-11-14
  • 最后登录2004-03-04
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2003-12-26 08:41
Use srctodsp.exe(provided by driverstudio)
you can first write a simple sources file (
TARGETNAME = DRIVERNAME
TARGETPATH = obJ
TARGETTYPE = DRIVER
DRIVERTYPE = WDM
)(It\'s not necessary to add the line SOURCES = *.C *CPP, *.RC)
second,you can use srctodsp.exe to create .dsp and .dsw(select the created_newly sources,vc6,wdm )
The next to do is start check(or free) build enviroment,
enter msdev to lanch vc6.
The last you can add your file and build it.
ENJOY!
I don\'t input chinese in english versin nt.Sorry!
y5318
驱动中牛
驱动中牛
  • 注册日期2001-09-18
  • 最后登录2018-05-29
  • 粉丝1
  • 关注0
  • 积分14分
  • 威望22点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
  • 社区居民
板凳#
发布于:2003-12-26 15:21
DDK的编译环境一般没有始末改动,
VC的编译环境,要将一些inlcude 文件,Lib文件包含经来,最好看一下makefile
游客

返回顶部