阅读:1272回复:2
请问如何设定winddk和vc6的开发环境?
如题,请指教。我是初学者,谁能跟我一些指导
|
|
沙发#
发布于: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! |
|
板凳#
发布于:2003-12-26 15:21
DDK的编译环境一般没有始末改动,
VC的编译环境,要将一些inlcude 文件,Lib文件包含经来,最好看一下makefile |
|